Skip to content

Commit 36c9547

Browse files
authored
Merge pull request #69 from terraform-docs/release/v0.11.0
chore: prepare release v0.11.0
2 parents 0853b1f + e729156 commit 36c9547

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.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
1212
version 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/gh-actions@v0.10.0
32+
uses: terraform-docs/gh-actions@v0.11.0
3333
with:
3434
working-dir: .
3535
output-file: USAGE.md
@@ -129,7 +129,7 @@ To enable you need to ensure a few things first:
129129

130130
```yaml
131131
- name: Generate TF Docs
132-
uses: terraform-docs/gh-actions@v0.10.0
132+
uses: terraform-docs/gh-actions@v0.11.0
133133
with:
134134
working-dir: .
135135
output-file: README.md
@@ -139,7 +139,7 @@ To enable you need to ensure a few things first:
139139

140140
```yaml
141141
- name: Generate TF Docs
142-
uses: terraform-docs/gh-actions@v0.10.0
142+
uses: terraform-docs/gh-actions@v0.11.0
143143
with:
144144
working-dir: .,example1,example3/modules/test
145145
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@v0.10.0
152+
uses: terraform-docs/gh-actions@v0.11.0
153153
with:
154154
atlantis-file: atlantis.yaml
155155
```
@@ -158,11 +158,11 @@ To enable you need to ensure a few things first:
158158

159159
```yaml
160160
- name: Generate TF docs
161-
uses: terraform-docs/gh-actions@v0.10.0
161+
uses: terraform-docs/gh-actions@v0.11.0
162162
with:
163163
find-dir: examples/
164164
```
165165

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

168168
[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
@@ -78,7 +78,7 @@ outputs:
7878

7979
runs:
8080
using: docker
81-
image: "docker://quay.io/terraform-docs/gh-actions:edge"
81+
image: "docker://quay.io/terraform-docs/gh-actions:0.11.0"
8282
env:
8383
INPUT_WORKING_DIR: ${{ inputs.working-dir }}
8484
INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}

0 commit comments

Comments
 (0)