Skip to content

Commit 7f6d746

Browse files
authored
Merge pull request #26 from khos2ow/update-v0.11
Update terraform-docs to v0.11.0
2 parents 2ec96a0 + 4ef7765 commit 7f6d746

File tree

10 files changed

+67
-3
lines changed

10 files changed

+67
-3
lines changed

.github/templates/README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1515
version 0.11+ and 0.12+ but may work for others.)
1616

1717
{{- if eq $version "main" }}

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branch.
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
1212
version 0.11+ and 0.12+ but may work for others.)
1313

1414
## Usage

examples/tf11_basic/USAGE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

examples/tf11_extra_args/USAGE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1122
The following input variables are supported:

examples/tf12_basic/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
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 |

examples/tf12_find/USAGE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@
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 |

examples/tf12_find/modules/tf12_find_submodules/USAGE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ No requirements.
99

1010
No 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 |

examples/tf12_inject/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@
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 |

0 commit comments

Comments
 (0)