Terraform docker image with AWS CLI
This repository automatically builds containers for using terraform and AWS command line program. It is based on the light build of hashicorp/terraform docker image.
You can use this image with the following:
docker run --rm -it georgema/terraform-awscli 'terraform <command>'
or
docker run --rm -it georgema/terraform-awscli 'aws <command>'
Should you have any questions or suggestions, please open an issue on github.