Skip to content

Commit

Permalink
Upgrade terraform-docs to v0.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
  • Loading branch information
khos2ow committed Aug 10, 2021
1 parent 34eb04c commit a80e9e2
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.14.1, which is supported and tested on Terraform
`{{ $version }}` (uses [terraform-docs] v0.15.0, 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.14.1
FROM quay.io/terraform-docs/terraform-docs:0.15.0

# this is explicitly needed because yq v4.x only exists in this repo.
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
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.9.0` (uses [terraform-docs] v0.14.1, which is supported and tested on Terraform
`v0.9.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 Down

0 comments on commit a80e9e2

Please sign in to comment.