8
8
9
9
## Version
10
10
11
- ` v1.1 .0 ` (uses [ terraform-docs] v0.17 .0, which is supported and tested on Terraform
11
+ ` v1.2 .0 ` (uses [ terraform-docs] v0.18 .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
### Upgrade v0 to v1
42
42
ref : ${{ github.event.pull_request.head.ref }}
43
43
44
44
- name : Render terraform docs inside the README.md and push changes back to PR branch
45
- uses : terraform-docs/gh-actions@v1.1 .0
45
+ uses : terraform-docs/gh-actions@v1.2 .0
46
46
with :
47
47
working-dir : .
48
48
output-file : README.md
@@ -147,7 +147,7 @@ To enable you need to ensure a few things first:
147
147
148
148
` ` ` yaml
149
149
- name: Generate TF Docs
150
- uses: terraform-docs/gh-actions@v1.1 .0
150
+ uses: terraform-docs/gh-actions@v1.2 .0
151
151
with:
152
152
working-dir: .
153
153
` ` `
@@ -156,7 +156,7 @@ To enable you need to ensure a few things first:
156
156
157
157
` ` ` yaml
158
158
- name: Generate TF Docs
159
- uses: terraform-docs/gh-actions@v1.1 .0
159
+ uses: terraform-docs/gh-actions@v1.2 .0
160
160
with:
161
161
working-dir: .,example1,example3/modules/test
162
162
` ` `
@@ -165,7 +165,7 @@ To enable you need to ensure a few things first:
165
165
166
166
` ` ` yaml
167
167
- name: Generate TF docs
168
- uses: terraform-docs/gh-actions@v1.1 .0
168
+ uses: terraform-docs/gh-actions@v1.2 .0
169
169
with:
170
170
atlantis-file: atlantis.yaml
171
171
` ` `
@@ -174,7 +174,7 @@ To enable you need to ensure a few things first:
174
174
175
175
` ` ` yaml
176
176
- name: Generate TF docs
177
- uses: terraform-docs/gh-actions@v1.1 .0
177
+ uses: terraform-docs/gh-actions@v1.2 .0
178
178
with:
179
179
find-dir: examples/
180
180
` ` `
@@ -183,13 +183,13 @@ To enable you need to ensure a few things first:
183
183
184
184
` ` ` yaml
185
185
- name: Generate TF docs
186
- uses: terraform-docs/gh-actions@v1.1 .0
186
+ uses: terraform-docs/gh-actions@v1.2 .0
187
187
with:
188
188
working-dir: examples/
189
189
recursive: true
190
190
recursive-path: modules
191
191
` ` `
192
192
193
- Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.1 .0/examples).
193
+ Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.2 .0/examples).
194
194
195
195
[terraform-docs] : https://github.com/terraform-docs/terraform-docs
0 commit comments