88
99## Version
1010
11- ` v0.11 .0` (uses [ terraform-docs] v0.16.0, which is supported and tested on Terraform
11+ ` v1.0 .0` (uses [ terraform-docs] v0.16.0, which is supported and tested on Terraform
1212version 0.11+ and 0.12+ but may work for others.)
1313
1414### Upgrade v0 to v1
4242 ref : ${{ github.event.pull_request.head.ref }}
4343
4444 - name : Render terraform docs inside the README.md and push changes back to PR branch
45- uses : terraform-docs/gh-actions@v0.11 .0
45+ uses : terraform-docs/gh-actions@v1.0 .0
4646 with :
4747 working-dir : .
4848 output-file : README.md
@@ -147,7 +147,7 @@ To enable you need to ensure a few things first:
147147
148148` ` ` yaml
149149- name: Generate TF Docs
150- uses: terraform-docs/gh-actions@v0.11 .0
150+ uses: terraform-docs/gh-actions@v1.0 .0
151151 with:
152152 working-dir: .
153153` ` `
@@ -156,7 +156,7 @@ To enable you need to ensure a few things first:
156156
157157` ` ` yaml
158158- name: Generate TF Docs
159- uses: terraform-docs/gh-actions@v0.11 .0
159+ uses: terraform-docs/gh-actions@v1.0 .0
160160 with:
161161 working-dir: .,example1,example3/modules/test
162162` ` `
@@ -165,7 +165,7 @@ To enable you need to ensure a few things first:
165165
166166` ` ` yaml
167167- name: Generate TF docs
168- uses: terraform-docs/gh-actions@v0.11 .0
168+ uses: terraform-docs/gh-actions@v1.0 .0
169169 with:
170170 atlantis-file: atlantis.yaml
171171` ` `
@@ -174,7 +174,7 @@ To enable you need to ensure a few things first:
174174
175175` ` ` yaml
176176- name: Generate TF docs
177- uses: terraform-docs/gh-actions@v0.11 .0
177+ uses: terraform-docs/gh-actions@v1.0 .0
178178 with:
179179 find-dir: examples/
180180` ` `
@@ -183,13 +183,13 @@ To enable you need to ensure a few things first:
183183
184184` ` ` yaml
185185- name: Generate TF docs
186- uses: terraform-docs/gh-actions@v0.11 .0
186+ uses: terraform-docs/gh-actions@v1.0 .0
187187 with:
188188 working-dir: examples/
189189 recursive: true
190190 recursive-path: modules
191191` ` `
192192
193- Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.11 .0/examples).
193+ Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.0 .0/examples).
194194
195195[terraform-docs] : https://github.com/terraform-docs/terraform-docs
0 commit comments