Skip to content

Commit 5835130

Browse files
authored
Merge pull request #12 from terraform-docs/release/v0.3.0
chore: prepare release v0.3.0
2 parents 7533266 + 8a3965e commit 5835130

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branch.
88

99
## Version
1010

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
1212
0.11+ and 0.12+ but may work for others.)
1313

1414
## Usage
@@ -29,7 +29,7 @@ jobs:
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/terraform-docs-gh-actions@v0.2.0
32+
uses: terraform-docs/terraform-docs-gh-actions@v0.3.0
3333
with:
3434
working-dir: .
3535
output-file: USAGE.md
@@ -126,7 +126,7 @@ To enable you need to ensure a few things first:
126126

127127
```yaml
128128
- 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
130130
with:
131131
working-dir: .
132132
output-file: README.md
@@ -136,7 +136,7 @@ To enable you need to ensure a few things first:
136136

137137
```yaml
138138
- 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
140140
with:
141141
working-dir: .,example1,example3/modules/test
142142
output-file: README.md
@@ -146,7 +146,7 @@ To enable you need to ensure a few things first:
146146

147147
```yaml
148148
- 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
150150
with:
151151
atlantis-file: atlantis.yaml
152152
```
@@ -155,11 +155,11 @@ To enable you need to ensure a few things first:
155155

156156
```yaml
157157
- 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
159159
with:
160160
find-dir: examples/
161161
```
162162

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).
164164

165165
[terraform-docs]: https://github.com/terraform-docs/terraform-docs

0 commit comments

Comments
 (0)