Skip to content

Commit 150450e

Browse files
authored
Merge pull request #185 from adamrushuk/develop
v1.5.0 release
2 parents a006d64 + 6465636 commit 150450e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+805
-1077
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN if [ "${INSTALL_AZURE_CLI}" = "true" ]; then bash /tmp/library-scripts/azcli
4545

4646
# Install Terraform, tflint, Go, PowerShell, and other useful tools
4747
# TODO: move this into main "RUN" layer above
48-
ARG TERRAFORM_VERSION=0.12.30
48+
ARG TERRAFORM_VERSION=0.14.9
4949
ARG TFLINT_VERSION=0.18.0
5050
RUN bash /tmp/library-scripts/terraform-debian.sh "${TERRAFORM_VERSION}" "${TFLINT_VERSION}" \
5151
&& bash /tmp/library-scripts/powershell-debian.sh \

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": {
66
"dockerfile": "Dockerfile",
77
"args": {
8-
"TERRAFORM_VERSION": "0.12.30",
8+
"TERRAFORM_VERSION": "0.14.9",
99
"TFLINT_VERSION": "0.22.0",
1010
"INSTALL_AZURE_CLI": "true",
1111
"INSTALL_DOCKER": "true",

0 commit comments

Comments
 (0)