Skip to content

Commit

Permalink
Merge pull request #60 from terraform-docs/release/v0.10.0
Browse files Browse the repository at this point in the history
chore: prepare release v0.10.0
  • Loading branch information
khos2ow committed Aug 10, 2021
2 parents dd2a884 + 01e6cdf commit 3c0f479
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branch.

## Version

`v0.9.0` (uses [terraform-docs] v0.15.0, which is supported and tested on Terraform
`v0.10.0` (uses [terraform-docs] v0.15.0, which is supported and tested on Terraform
version 0.11+ and 0.12+ but may work for others.)

## Usage
Expand All @@ -29,7 +29,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Render terraform docs inside the USAGE.md and push changes back to PR branch
uses: terraform-docs/gh-actions@v0.9.0
uses: terraform-docs/gh-actions@v0.10.0
with:
working-dir: .
output-file: USAGE.md
Expand Down Expand Up @@ -129,7 +129,7 @@ To enable you need to ensure a few things first:

```yaml
- name: Generate TF Docs
uses: terraform-docs/gh-actions@v0.9.0
uses: terraform-docs/gh-actions@v0.10.0
with:
working-dir: .
output-file: README.md
Expand All @@ -139,7 +139,7 @@ To enable you need to ensure a few things first:

```yaml
- name: Generate TF Docs
uses: terraform-docs/gh-actions@v0.9.0
uses: terraform-docs/gh-actions@v0.10.0
with:
working-dir: .,example1,example3/modules/test
output-file: README.md
Expand All @@ -149,7 +149,7 @@ To enable you need to ensure a few things first:

```yaml
- name: Generate TF docs
uses: terraform-docs/gh-actions@v0.9.0
uses: terraform-docs/gh-actions@v0.10.0
with:
atlantis-file: atlantis.yaml
```
Expand All @@ -158,11 +158,11 @@ To enable you need to ensure a few things first:

```yaml
- name: Generate TF docs
uses: terraform-docs/gh-actions@v0.9.0
uses: terraform-docs/gh-actions@v0.10.0
with:
find-dir: examples/
```

Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.9.0/examples).
Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v0.10.0/examples).

[terraform-docs]: https://github.com/terraform-docs/terraform-docs
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ outputs:

runs:
using: docker
image: "docker://quay.io/terraform-docs/gh-actions:edge"
image: "docker://quay.io/terraform-docs/gh-actions:0.10.0"
env:
INPUT_WORKING_DIR: ${{ inputs.working-dir }}
INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}
Expand Down

0 comments on commit 3c0f479

Please sign in to comment.