Skip to content

Commit

Permalink
Merge pull request #39 from terraform-docs/update-v0.12.1
Browse files Browse the repository at this point in the history
Update terraform-docs to v0.12.1
  • Loading branch information
khos2ow authored May 17, 2021
2 parents 1a70d4e + cbd96a7 commit 90ee790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/templates/README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ branch.

## Version

`{{ $version }}` (uses [terraform-docs] v0.12.0, which is supported and tested on Terraform
`{{ $version }}` (uses [terraform-docs] v0.12.1, which is supported and tested on Terraform
version 0.11+ and 0.12+ but may work for others.)

{{- if eq $version "main" }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/terraform-docs/terraform-docs:0.12.0
FROM quay.io/terraform-docs/terraform-docs:0.12.1

# this can be removed when base image
# was upgraded to alpine:3.13 which has
Expand Down
2 changes: 1 addition & 1 deletion 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.0, which is supported and tested on Terraform
`v0.6.0` (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 Down

0 comments on commit 90ee790

Please sign in to comment.