Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Bump terraform to v1.6.3 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpauw committed Nov 6, 2023
1 parent e696102 commit 353060b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.4
v1.6.3
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:edge

ARG PLATFORM=linux_amd64
ARG TF_VERSION=1.4.4
ARG TFLINT_VERSION=0.46.0
ARG TFLINT_AWS_RULESET_VERSION=0.22.1
ARG TF_VERSION=1.6.3
ARG TFLINT_VERSION=0.48.0
ARG TFLINT_AWS_RULESET_VERSION=0.27.0

ARG TF_DIST_FILENAME="terraform_${TF_VERSION}_${PLATFORM}.zip"
ARG TF_DIST_CHECKSUM_FILENAME="terraform_${TF_VERSION}_SHA256SUMS"
Expand Down

0 comments on commit 353060b

Please sign in to comment.