9
9
10
10
## Version
11
11
12
- ` v1.2.2 ` (uses [ terraform-docs] v0.19.0, which is supported and tested on Terraform
12
+ ` v1.3.0 ` (uses [ terraform-docs] v0.19.0, which is supported and tested on Terraform
13
13
version 0.11+ and 0.12+ but may work for others.)
14
14
15
15
### Upgrade v0 to v1
43
43
ref : ${{ github.event.pull_request.head.ref }}
44
44
45
45
- name : Render terraform docs inside the README.md and push changes back to PR branch
46
- uses : terraform-docs/gh-actions@v1.2.2
46
+ uses : terraform-docs/gh-actions@v1.3.0
47
47
with :
48
48
working-dir : .
49
49
output-file : README.md
@@ -149,7 +149,7 @@ To enable you need to ensure a few things first:
149
149
150
150
` ` ` yaml
151
151
- name: Generate TF Docs
152
- uses: terraform-docs/gh-actions@v1.2.2
152
+ uses: terraform-docs/gh-actions@v1.3.0
153
153
with:
154
154
working-dir: .
155
155
` ` `
@@ -158,7 +158,7 @@ To enable you need to ensure a few things first:
158
158
159
159
` ` ` yaml
160
160
- name: Generate TF Docs
161
- uses: terraform-docs/gh-actions@v1.2.2
161
+ uses: terraform-docs/gh-actions@v1.3.0
162
162
with:
163
163
working-dir: .,example1,example3/modules/test
164
164
` ` `
@@ -167,7 +167,7 @@ To enable you need to ensure a few things first:
167
167
168
168
` ` ` yaml
169
169
- name: Generate TF docs
170
- uses: terraform-docs/gh-actions@v1.2.2
170
+ uses: terraform-docs/gh-actions@v1.3.0
171
171
with:
172
172
atlantis-file: atlantis.yaml
173
173
` ` `
@@ -176,7 +176,7 @@ To enable you need to ensure a few things first:
176
176
177
177
` ` ` yaml
178
178
- name: Generate TF docs
179
- uses: terraform-docs/gh-actions@v1.2.2
179
+ uses: terraform-docs/gh-actions@v1.3.0
180
180
with:
181
181
find-dir: examples/
182
182
` ` `
@@ -185,13 +185,13 @@ To enable you need to ensure a few things first:
185
185
186
186
` ` ` yaml
187
187
- name: Generate TF docs
188
- uses: terraform-docs/gh-actions@v1.2.2
188
+ uses: terraform-docs/gh-actions@v1.3.0
189
189
with:
190
190
working-dir: examples/
191
191
recursive: true
192
192
recursive-path: modules
193
193
` ` `
194
194
195
- Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.2.2 /examples).
195
+ Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.3.0 /examples).
196
196
197
197
[terraform-docs] : https://github.com/terraform-docs/terraform-docs
0 commit comments