Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1414 from ankitm123/tf-14
Browse files Browse the repository at this point in the history
chore: update tf version and remove terragrunt
  • Loading branch information
jenkins-x-bot authored Dec 18, 2020
2 parents ba54bb5 + 005b472 commit 81be932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions builder-terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
ENV TERRAFORM 0.13.5
ENV TERRAFORM 0.14.2
RUN wget https://releases.hashicorp.com/terraform/${TERRAFORM}/terraform_${TERRAFORM}_linux_amd64.zip && \
unzip terraform_${TERRAFORM}_linux_amd64.zip && \
chmod +x terraform && mv terraform /usr/bin/terraform && rm terraform_${TERRAFORM}_linux_amd64.zip

ENV TERRAGRUNT_VERSION 0.25.5
RUN curl -f -Lo terragrunt https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 && \
chmod +x terragrunt && \
mv terragrunt /usr/bin

ENV PATH $PATH:/usr/local/

# jx
Expand Down
2 changes: 1 addition & 1 deletion builder-terraform/test/container-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ commandTests:
command: 'terraform'
args: ['--version']
excludedError: ['.*FAIL.*']
expectedOutput: ['.*Terraform v0.11.*']
expectedOutput: ['.*Terraform v0.14.*']

0 comments on commit 81be932

Please sign in to comment.