A Dockerized Terraform based on Official Image, solve the entrypoint limit
93
$ docker run --rm -ti \
-v /path/to/script:/app \
nunchuk/terraform:0.11.13 /bin/sh
$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy
Content type
Image
Digest
Size
33.9 MB
Last updated
over 7 years ago
docker pull nunchuk/terraform:0.11.13