Skip to content

Commit

Permalink
Merge pull request #185 from adamrushuk/develop
Browse files Browse the repository at this point in the history
v1.5.0 release
  • Loading branch information
adamrushuk authored Apr 3, 2021
2 parents a006d64 + 6465636 commit 150450e
Show file tree
Hide file tree
Showing 43 changed files with 805 additions and 1,077 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN if [ "${INSTALL_AZURE_CLI}" = "true" ]; then bash /tmp/library-scripts/azcli

# Install Terraform, tflint, Go, PowerShell, and other useful tools
# TODO: move this into main "RUN" layer above
ARG TERRAFORM_VERSION=0.12.30
ARG TERRAFORM_VERSION=0.14.9
ARG TFLINT_VERSION=0.18.0
RUN bash /tmp/library-scripts/terraform-debian.sh "${TERRAFORM_VERSION}" "${TFLINT_VERSION}" \
&& bash /tmp/library-scripts/powershell-debian.sh \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"TERRAFORM_VERSION": "0.12.30",
"TERRAFORM_VERSION": "0.14.9",
"TFLINT_VERSION": "0.22.0",
"INSTALL_AZURE_CLI": "true",
"INSTALL_DOCKER": "true",
Expand Down
Loading

0 comments on commit 150450e

Please sign in to comment.