Skip to content

Commit

Permalink
Merge pull request #40 from terraform-docs/release/v0.6.1
Browse files Browse the repository at this point in the history
chore: prepare release v0.6.1
  • Loading branch information
khos2ow committed May 17, 2021
2 parents 90ee790 + e85d065 commit 3dfc824
Showing 1 changed file with 7 additions and 7 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.6.0` (uses [terraform-docs] v0.12.1, which is supported and tested on Terraform
`v0.6.1` (uses [terraform-docs] v0.12.1, 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/[email protected].0
uses: terraform-docs/[email protected].1
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/[email protected].0
uses: terraform-docs/[email protected].1
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/[email protected].0
uses: terraform-docs/[email protected].1
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/[email protected].0
uses: terraform-docs/[email protected].1
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/[email protected].0
uses: terraform-docs/[email protected].1
with:
find-dir: examples/
```

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

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

0 comments on commit 3dfc824

Please sign in to comment.