File tree Expand file tree Collapse file tree 10 files changed +67
-3
lines changed
modules/tf12_find_submodules Expand file tree Collapse file tree 10 files changed +67
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ branch.
1111
1212## Version
1313
14- `{ { $version } }` (uses [terraform-docs] v0.10.1 , which is supported and tested on Terraform
14+ `{ { $version } }` (uses [terraform-docs] v0.11.0 , which is supported and tested on Terraform
1515version 0.11+ and 0.12+ but may work for others.)
1616
1717{ {- if eq $version " main" } }
Original file line number Diff line number Diff line change 7070 args : --sort-by-required
7171 indention : 3
7272 git-push : true
73+ git-push-sign-off : true
7374 git-commit-message : " terraform-docs: automated action"
7475
7576 - name : Should generate README.md for tf12_config
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM quay.io/terraform-docs/terraform-docs:0.10.1
15+ FROM quay.io/terraform-docs/terraform-docs:0.11.0
1616
1717# this can be removed when base image
1818# was upgraded to alpine:3.13 which has
Original file line number Diff line number Diff line change 88
99## Version
1010
11- ` v0.4.0 ` (uses [ terraform-docs] v0.10.1 , which is supported and tested on Terraform
11+ ` v0.4.0 ` (uses [ terraform-docs] v0.11.0 , which is supported and tested on Terraform
1212version 0.11+ and 0.12+ but may work for others.)
1313
1414## Usage
Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ Should inject the table under usage
2222| aws | < 2.2.0 |
2323| consul | >= 1.0.0 |
2424
25+ ### Modules
26+
27+ No Modules.
28+
29+ ### Resources
30+
31+ | Name |
32+ | ------|
33+ | [ aws_acm_certificate] ( https://registry.terraform.io/providers/hashicorp/aws/2.2.0/docs/data-sources/acm_certificate ) |
34+ | [ consul_key] ( https://registry.terraform.io/providers/hashicorp/consul/1.0.0/docs/data-sources/key ) |
35+
2536### Inputs
2637
2738| Name | Description | Type | Default | Required |
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ The following providers are used by this module:
66
77- consul (>= 1.0.0)
88
9+ ### Modules
10+
11+ No Modules.
12+
13+ ### Resources
14+
15+ The following resources are used by this module:
16+
17+ - [ aws_acm_certificate] ( https://registry.terraform.io/providers/hashicorp/aws/2.2.0/docs/data-sources/acm_certificate )
18+ - [ consul_key] ( https://registry.terraform.io/providers/hashicorp/consul/1.0.0/docs/data-sources/key )
19+
920### Inputs
1021
1122The following input variables are supported:
Original file line number Diff line number Diff line change 3232| aws | ~> 2.20.0 |
3333| consul | >= 2.4.0 |
3434
35+ ### Modules
36+
37+ No Modules.
38+
39+ ### Resources
40+
41+ | Name |
42+ |------|
43+ | [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/2.20.0/docs/data-sources/acm_certificate) |
44+ | [consul_key](https://registry.terraform.io/providers/hashicorp/consul/2.4.0/docs/data-sources/key) |
45+
3546### Inputs
3647
3748| Name | Description | Type | Default | Required |
Original file line number Diff line number Diff line change 1515| aws | ~ > 2.20.0 |
1616| consul | >= 2.4.0 |
1717
18+ ## Modules
19+
20+ No Modules.
21+
22+ ## Resources
23+
24+ | Name |
25+ | ------|
26+ | [ aws_acm_certificate] ( https://registry.terraform.io/providers/hashicorp/aws/2.20.0/docs/data-sources/acm_certificate ) |
27+ | [ consul_key] ( https://registry.terraform.io/providers/hashicorp/consul/2.4.0/docs/data-sources/key ) |
28+
1829## Inputs
1930
2031| Name | Description | Type | Default | Required |
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ No requirements.
99
1010No provider.
1111
12+ ## Modules
13+
14+ No Modules.
15+
16+ ## Resources
17+
18+ No resources.
19+
1220## Inputs
1321
1422| Name | Description | Type | Default | Required |
Original file line number Diff line number Diff line change 3636| aws | ~> 2.20.0 |
3737| consul | >= 2.4.0 |
3838
39+ ### Modules
40+
41+ No Modules.
42+
43+ ### Resources
44+
45+ | Name |
46+ |------|
47+ | [aws_acm_certificate](https://registry.terraform.io/providers/hashicorp/aws/2.20.0/docs/data-sources/acm_certificate) |
48+ | [consul_key](https://registry.terraform.io/providers/hashicorp/consul/2.4.0/docs/data-sources/key) |
49+
3950### Inputs
4051
4152| Name | Description | Type | Default | Required |
You can’t perform that action at this time.
0 commit comments