Skip to content

Commit

Permalink
update terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
Phyllis Nora Noester committed Mar 10, 2020
1 parent d7f3c65 commit e69cbe9
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.20/terraform_0.12.20_linux_amd64.zip
RUN unzip terraform_0.12.20_linux_amd64.zip
RUN curl -O https://releases.hashicorp.com/terraform/0.12.23/terraform_0.12.23_linux_amd64.zip
RUN unzip terraform_0.12.23_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 e69cbe9

Please sign in to comment.