88
99## Version
1010
11- ` v0.10 .0 ` (uses [ terraform-docs] v0.16.0, which is supported and tested on Terraform
11+ ` v0.11 .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## Usage
2929 ref : ${{ github.event.pull_request.head.ref }}
3030
3131 - name : Render terraform docs inside the USAGE.md and push changes back to PR branch
32- uses : terraform-docs/gh-actions@v0.10 .0
32+ uses : terraform-docs/gh-actions@v0.11 .0
3333 with :
3434 working-dir : .
3535 output-file : USAGE.md
@@ -129,7 +129,7 @@ To enable you need to ensure a few things first:
129129
130130` ` ` yaml
131131- name: Generate TF Docs
132- uses: terraform-docs/gh-actions@v0.10 .0
132+ uses: terraform-docs/gh-actions@v0.11 .0
133133 with:
134134 working-dir: .
135135 output-file: README.md
@@ -139,7 +139,7 @@ To enable you need to ensure a few things first:
139139
140140` ` ` yaml
141141- name: Generate TF Docs
142- uses: terraform-docs/gh-actions@v0.10 .0
142+ uses: terraform-docs/gh-actions@v0.11 .0
143143 with:
144144 working-dir: .,example1,example3/modules/test
145145 output-file: README.md
@@ -149,7 +149,7 @@ To enable you need to ensure a few things first:
149149
150150` ` ` yaml
151151- name: Generate TF docs
152- uses: terraform-docs/gh-actions@v0.10 .0
152+ uses: terraform-docs/gh-actions@v0.11 .0
153153 with:
154154 atlantis-file: atlantis.yaml
155155` ` `
@@ -158,11 +158,11 @@ To enable you need to ensure a few things first:
158158
159159` ` ` yaml
160160- name: Generate TF docs
161- uses: terraform-docs/gh-actions@v0.10 .0
161+ uses: terraform-docs/gh-actions@v0.11 .0
162162 with:
163163 find-dir: examples/
164164` ` `
165165
166- Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.10 .0/examples).
166+ Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.11 .0/examples).
167167
168168[terraform-docs] : https://github.com/terraform-docs/terraform-docs
0 commit comments