Docker image with terraform, aws-cli and terraform-docs
This image is used when following the 3 Musketeers pattern. By running terraform inside Docker, we ensure consistency, control and confidence.
terraform, you can be sure that they will function the same whether you run it on your Windows workstation or on a Jenkins build agent.Makefile:
deploy:
docker-compose run --rm terraform apply
docker-compose.yml:
services:
terraform:
image: cmdlabs/terraform-utils:6.0.0
volumes:
- .:/work:Z
Content type
Image
Digest
sha256:cb8910166…
Size
88.5 MB
Last updated
about 3 years ago
docker pull cmdlabs/terraform-utils