aws-lb/z42/Dockerfile
2022-01-12 11:44:58 +01:00

7 lines
193 B
Docker

FROM hashicorp/terraform:latest
COPY . .
RUN mkdir ~/.aws
RUN cp credentials ~/.aws
ENTRYPOINT terraform init && terraform apply -auto-approve && sleep 600 && terraform destroy -auto-approve