Skip to content

Commit

Permalink
Update tf to version 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phyllisnoester authored Sep 28, 2021
1 parent b1eaec5 commit 979b6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
RUN unzip awscliv2.zip
RUN ./aws/install

RUN curl -O https://releases.hashicorp.com/terraform/0.12.30/terraform_0.12.30_linux_amd64.zip
RUN unzip terraform_0.12.30_linux_amd64.zip
RUN curl -O https://releases.hashicorp.com/terraform/0.13.7/terraform_0.13.7_linux_amd64.zip
RUN unzip terraform_0.13.7_linux_amd64.zip
RUN mv terraform /usr/local/bin/

RUN curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb"
Expand Down

0 comments on commit 979b6d4

Please sign in to comment.