8
8
9
9
## Version
10
10
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
12
12
version 0.11+ and 0.12+ but may work for others.)
13
13
14
14
## Usage
29
29
ref : ${{ github.event.pull_request.head.ref }}
30
30
31
31
- 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
33
33
with :
34
34
working-dir : .
35
35
output-file : USAGE.md
@@ -129,7 +129,7 @@ To enable you need to ensure a few things first:
129
129
130
130
` ` ` yaml
131
131
- name: Generate TF Docs
132
- uses: terraform-docs/gh-actions@v0.10 .0
132
+ uses: terraform-docs/gh-actions@v0.11 .0
133
133
with:
134
134
working-dir: .
135
135
output-file: README.md
@@ -139,7 +139,7 @@ To enable you need to ensure a few things first:
139
139
140
140
` ` ` yaml
141
141
- name: Generate TF Docs
142
- uses: terraform-docs/gh-actions@v0.10 .0
142
+ uses: terraform-docs/gh-actions@v0.11 .0
143
143
with:
144
144
working-dir: .,example1,example3/modules/test
145
145
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@v0.10 .0
152
+ uses: terraform-docs/gh-actions@v0.11 .0
153
153
with:
154
154
atlantis-file: atlantis.yaml
155
155
` ` `
@@ -158,11 +158,11 @@ 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@v0.10 .0
161
+ uses: terraform-docs/gh-actions@v0.11 .0
162
162
with:
163
163
find-dir: examples/
164
164
` ` `
165
165
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).
167
167
168
168
[terraform-docs] : https://github.com/terraform-docs/terraform-docs
0 commit comments