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.
11
11
12
12
## Version
13
13
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
15
15
version 0.11+ and 0.12+ but may work for others.)
16
16
17
17
{ {- if eq $version " main" } }
Original file line number Diff line number Diff line change 70
70
args : --sort-by-required
71
71
indention : 3
72
72
git-push : true
73
+ git-push-sign-off : true
73
74
git-commit-message : " terraform-docs: automated action"
74
75
75
76
- name : Should generate README.md for tf12_config
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM quay.io/terraform-docs/terraform-docs:0.10.1
15
+ FROM quay.io/terraform-docs/terraform-docs:0.11.0
16
16
17
17
# this can be removed when base image
18
18
# was upgraded to alpine:3.13 which has
Original file line number Diff line number Diff line change 8
8
9
9
## Version
10
10
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
12
12
version 0.11+ and 0.12+ but may work for others.)
13
13
14
14
## Usage
Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ Should inject the table under usage
22
22
| aws | < 2.2.0 |
23
23
| consul | >= 1.0.0 |
24
24
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
+
25
36
### Inputs
26
37
27
38
| 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:
6
6
7
7
- consul (>= 1.0.0)
8
8
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
+
9
20
### Inputs
10
21
11
22
The following input variables are supported:
Original file line number Diff line number Diff line change 32
32
| aws | ~> 2.20.0 |
33
33
| consul | >= 2.4.0 |
34
34
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
+
35
46
### Inputs
36
47
37
48
| Name | Description | Type | Default | Required |
Original file line number Diff line number Diff line change 15
15
| aws | ~ > 2.20.0 |
16
16
| consul | >= 2.4.0 |
17
17
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
+
18
29
## Inputs
19
30
20
31
| Name | Description | Type | Default | Required |
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ No requirements.
9
9
10
10
No provider.
11
11
12
+ ## Modules
13
+
14
+ No Modules.
15
+
16
+ ## Resources
17
+
18
+ No resources.
19
+
12
20
## Inputs
13
21
14
22
| Name | Description | Type | Default | Required |
Original file line number Diff line number Diff line change 36
36
| aws | ~> 2.20.0 |
37
37
| consul | >= 2.4.0 |
38
38
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
+
39
50
### Inputs
40
51
41
52
| Name | Description | Type | Default | Required |
You can’t perform that action at this time.
0 commit comments