Skip to content

Commit aeae003

Browse files
committed
chore: prepare release v1.3.0
Signed-off-by: terraform-docs-bot <[email protected]>
1 parent 6c98900 commit aeae003

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

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

1010
## Version
1111

12-
`v1.2.2` (uses [terraform-docs] v0.19.0, which is supported and tested on Terraform
12+
`v1.3.0` (uses [terraform-docs] v0.19.0, which is supported and tested on Terraform
1313
version 0.11+ and 0.12+ but may work for others.)
1414

1515
### Upgrade v0 to v1
@@ -43,7 +43,7 @@ jobs:
4343
ref: ${{ github.event.pull_request.head.ref }}
4444

4545
- name: Render terraform docs inside the README.md and push changes back to PR branch
46-
uses: terraform-docs/gh-actions@v1.2.2
46+
uses: terraform-docs/gh-actions@v1.3.0
4747
with:
4848
working-dir: .
4949
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@v1.2.2
152+
uses: terraform-docs/gh-actions@v1.3.0
153153
with:
154154
working-dir: .
155155
```
@@ -158,7 +158,7 @@ To enable you need to ensure a few things first:
158158

159159
```yaml
160160
- name: Generate TF Docs
161-
uses: terraform-docs/gh-actions@v1.2.2
161+
uses: terraform-docs/gh-actions@v1.3.0
162162
with:
163163
working-dir: .,example1,example3/modules/test
164164
```
@@ -167,7 +167,7 @@ To enable you need to ensure a few things first:
167167

168168
```yaml
169169
- name: Generate TF docs
170-
uses: terraform-docs/gh-actions@v1.2.2
170+
uses: terraform-docs/gh-actions@v1.3.0
171171
with:
172172
atlantis-file: atlantis.yaml
173173
```
@@ -176,7 +176,7 @@ To enable you need to ensure a few things first:
176176

177177
```yaml
178178
- name: Generate TF docs
179-
uses: terraform-docs/gh-actions@v1.2.2
179+
uses: terraform-docs/gh-actions@v1.3.0
180180
with:
181181
find-dir: examples/
182182
```
@@ -185,13 +185,13 @@ To enable you need to ensure a few things first:
185185

186186
```yaml
187187
- name: Generate TF docs
188-
uses: terraform-docs/gh-actions@v1.2.2
188+
uses: terraform-docs/gh-actions@v1.3.0
189189
with:
190190
working-dir: examples/
191191
recursive: true
192192
recursive-path: modules
193193
```
194194

195-
Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.2.2/examples).
195+
Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.3.0/examples).
196196

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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ outputs:
8989

9090
runs:
9191
using: docker
92-
image: "docker://quay.io/terraform-docs/gh-actions:1.2.2"
92+
image: "docker://quay.io/terraform-docs/gh-actions:1.3.0"
9393
env:
9494
INPUT_WORKING_DIR: ${{ inputs.working-dir }}
9595
INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}

0 commit comments

Comments
 (0)