File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
- id : terraform_docs
10
10
name : Terraform docs
11
11
description : Inserts input and output documentation into README.md (using terraform-docs).
12
+ require_serial : true
12
13
entry : terraform_docs.sh
13
14
args : [--args=--with-aggregate-type-defaults]
14
15
language : script
18
19
- id : terraform_docs_without_aggregate_type_defaults
19
20
name : Terraform docs (without aggregate type defaults)
20
21
description : Inserts input and output documentation into README.md (using terraform-docs).
22
+ require_serial : true
21
23
entry : terraform_docs.sh
22
24
language : script
23
25
files : (\.tf)$
24
26
exclude : \.terraform\/.*$
25
27
26
28
- id : terraform_docs_replace
27
29
name : Terraform docs (overwrite README.md)
28
- language : python
30
+ description : Overwrite content of README.md with terraform-docs
31
+ require_serial : true
29
32
entry : terraform_docs_replace
33
+ language : python
30
34
files : (\.tf)$
31
35
exclude : \.terraform\/.*$
32
- description : Overwrite content of README.md with terraform-docs
33
36
34
37
- id : terraform_validate_no_variables
35
38
name : Terraform validate without variables
You can’t perform that action at this time.
0 commit comments