8
8
9
9
## Version
10
10
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
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 README.md and push changes back to PR branch
32
- uses : terraform-docs/gh-actions@v0.11 .0
32
+ uses : terraform-docs/gh-actions@v1.0 .0
33
33
with :
34
34
working-dir : .
35
35
output-file : README.md
@@ -134,7 +134,7 @@ To enable you need to ensure a few things first:
134
134
135
135
` ` ` yaml
136
136
- name: Generate TF Docs
137
- uses: terraform-docs/gh-actions@v0.11 .0
137
+ uses: terraform-docs/gh-actions@v1.0 .0
138
138
with:
139
139
working-dir: .
140
140
` ` `
@@ -143,7 +143,7 @@ To enable you need to ensure a few things first:
143
143
144
144
` ` ` yaml
145
145
- name: Generate TF Docs
146
- uses: terraform-docs/gh-actions@v0.11 .0
146
+ uses: terraform-docs/gh-actions@v1.0 .0
147
147
with:
148
148
working-dir: .,example1,example3/modules/test
149
149
` ` `
@@ -152,7 +152,7 @@ To enable you need to ensure a few things first:
152
152
153
153
` ` ` yaml
154
154
- name: Generate TF docs
155
- uses: terraform-docs/gh-actions@v0.11 .0
155
+ uses: terraform-docs/gh-actions@v1.0 .0
156
156
with:
157
157
atlantis-file: atlantis.yaml
158
158
` ` `
@@ -161,7 +161,7 @@ To enable you need to ensure a few things first:
161
161
162
162
` ` ` yaml
163
163
- name: Generate TF docs
164
- uses: terraform-docs/gh-actions@v0.11 .0
164
+ uses: terraform-docs/gh-actions@v1.0 .0
165
165
with:
166
166
find-dir: examples/
167
167
` ` `
@@ -170,13 +170,13 @@ To enable you need to ensure a few things first:
170
170
171
171
` ` ` yaml
172
172
- name: Generate TF docs
173
- uses: terraform-docs/gh-actions@v0.11 .0
173
+ uses: terraform-docs/gh-actions@v1.0 .0
174
174
with:
175
175
working-dir: examples/
176
176
recursive: true
177
177
recursive-path: modules
178
178
` ` `
179
179
180
- Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.11 .0/examples).
180
+ Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.0 .0/examples).
181
181
182
182
[terraform-docs] : https://github.com/terraform-docs/terraform-docs
0 commit comments