8
8
9
9
## Version
10
10
11
- ` v1.2.1 ` (uses [ terraform-docs] v0.18.0, which is supported and tested on Terraform
11
+ ` v1.2.2 ` (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.2.1
45
+ uses : terraform-docs/gh-actions@v1.2.2
46
46
with :
47
47
working-dir : .
48
48
output-file : README.md
@@ -148,7 +148,7 @@ To enable you need to ensure a few things first:
148
148
149
149
` ` ` yaml
150
150
- name: Generate TF Docs
151
- uses: terraform-docs/gh-actions@v1.2.1
151
+ uses: terraform-docs/gh-actions@v1.2.2
152
152
with:
153
153
working-dir: .
154
154
` ` `
@@ -157,7 +157,7 @@ To enable you need to ensure a few things first:
157
157
158
158
` ` ` yaml
159
159
- name: Generate TF Docs
160
- uses: terraform-docs/gh-actions@v1.2.1
160
+ uses: terraform-docs/gh-actions@v1.2.2
161
161
with:
162
162
working-dir: .,example1,example3/modules/test
163
163
` ` `
@@ -166,7 +166,7 @@ To enable you need to ensure a few things first:
166
166
167
167
` ` ` yaml
168
168
- name: Generate TF docs
169
- uses: terraform-docs/gh-actions@v1.2.1
169
+ uses: terraform-docs/gh-actions@v1.2.2
170
170
with:
171
171
atlantis-file: atlantis.yaml
172
172
` ` `
@@ -175,7 +175,7 @@ To enable you need to ensure a few things first:
175
175
176
176
` ` ` yaml
177
177
- name: Generate TF docs
178
- uses: terraform-docs/gh-actions@v1.2.1
178
+ uses: terraform-docs/gh-actions@v1.2.2
179
179
with:
180
180
find-dir: examples/
181
181
` ` `
@@ -184,13 +184,13 @@ To enable you need to ensure a few things first:
184
184
185
185
` ` ` yaml
186
186
- name: Generate TF docs
187
- uses: terraform-docs/gh-actions@v1.2.1
187
+ uses: terraform-docs/gh-actions@v1.2.2
188
188
with:
189
189
working-dir: examples/
190
190
recursive: true
191
191
recursive-path: modules
192
192
` ` `
193
193
194
- Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.2.1 /examples).
194
+ Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.2.2 /examples).
195
195
196
196
[terraform-docs] : https://github.com/terraform-docs/terraform-docs
0 commit comments