Skip to content

Commit c23c9c1

Browse files
committed
feat: remove terraform agent
1 parent 9739a6f commit c23c9c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM ubuntu:20.04
2-
ARG TERRAFORM_VERSION=1.3.2
32
ARG OPENTOFU_VERSION=1.6.2
43
ARG TERRAGRUNT_VERSION=0.57.0
54
ARG VAULT_VERSION=1.17.6
@@ -30,9 +29,6 @@ RUN apt-get update && apt install curl gnupg software-properties-common -y && ad
3029
&& rm -rf /var/lib/apt/lists/*
3130

3231
# Install tools and configure the environment
33-
RUN wget -q https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -O /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
34-
&& unzip /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /bin/ \
35-
&& rm /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
3632
RUN wget -q https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_amd64.zip -O /tmp/tofu_${OPENTOFU_VERSION}_linux_amd64.zip \
3733
&& unzip /tmp/tofu_${OPENTOFU_VERSION}_linux_amd64.zip -d /bin/ \
3834
&& rm /tmp/tofu_${OPENTOFU_VERSION}_linux_amd64.zip

0 commit comments

Comments
 (0)