8
8
9
9
## Version
10
10
11
- ` v0.2 .0 ` (uses [ terraform-docs] v0.10.1, which is supported and tested on Terraform version
11
+ ` v0.3 .0 ` (uses [ terraform-docs] v0.10.1, which is supported and tested on Terraform version
12
12
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/terraform-docs-gh-actions@v0.2 .0
32
+ uses : terraform-docs/terraform-docs-gh-actions@v0.3 .0
33
33
with :
34
34
working-dir : .
35
35
output-file : USAGE.md
@@ -126,7 +126,7 @@ To enable you need to ensure a few things first:
126
126
127
127
` ` ` yaml
128
128
- name: Generate TF Docs
129
- uses: terraform-docs/terraform-docs-gh-actions@v0.2 .0
129
+ uses: terraform-docs/terraform-docs-gh-actions@v0.3 .0
130
130
with:
131
131
working-dir: .
132
132
output-file: README.md
@@ -136,7 +136,7 @@ To enable you need to ensure a few things first:
136
136
137
137
` ` ` yaml
138
138
- name: Generate TF Docs
139
- uses: terraform-docs/terraform-docs-gh-actions@v0.2 .0
139
+ uses: terraform-docs/terraform-docs-gh-actions@v0.3 .0
140
140
with:
141
141
working-dir: .,example1,example3/modules/test
142
142
output-file: README.md
@@ -146,7 +146,7 @@ To enable you need to ensure a few things first:
146
146
147
147
` ` ` yaml
148
148
- name: Generate TF docs
149
- uses: terraform-docs/terraform-docs-gh-actions@v0.2 .0
149
+ uses: terraform-docs/terraform-docs-gh-actions@v0.3 .0
150
150
with:
151
151
atlantis-file: atlantis.yaml
152
152
` ` `
@@ -155,11 +155,11 @@ To enable you need to ensure a few things first:
155
155
156
156
` ` ` yaml
157
157
- name: Generate TF docs
158
- uses: terraform-docs/terraform-docs-gh-actions@v0.2 .0
158
+ uses: terraform-docs/terraform-docs-gh-actions@v0.3 .0
159
159
with:
160
160
find-dir: examples/
161
161
` ` `
162
162
163
- Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.2 .0/examples).
163
+ Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.3 .0/examples).
164
164
165
165
[terraform-docs] : https://github.com/terraform-docs/terraform-docs
0 commit comments