This docker image is based on the light version of the hashicorp terraform image.
awscli, bash and jq are added to it to be able to use this image in CI/CD pipelines and deploy with terraform on
AWS.
Using the latest version of terraform:
docker run -i -t pgbi/terraform-bash-awscli plan main.tf
Using a specific terraform version:
docker run -i -t pgbi/terraform-bash-awscli:x.y.z plan main.tf
Content type
Image
Digest
Size
63.7 MB
Last updated
over 6 years ago
docker pull pgbi/terraform-bash-awscli