Docker image containing Terraform, AWS CLI and AWS Shell, to deploy infrastructure as code on AWS.
- Docker
You can using published docker image like below:
docker run ttnd/terraform:latest --help
docker run ttnd/terraform:latest <command>
docker run -it --entrypoint "/bin/bash" ttnd/terraform:latest
Now you are ready to build an image from this project Dockerfile.
docker build -t docker-terraform .
After your image has been built successfully, you can run it as a container.
docker run docker-terraform --help
docker run docker-terraform <command>
If you want to access the shell in container, you can run it as below.
docker run -it --entrypoint "/bin/bash" docker-terraform
Managed by TO THE NEW Pvt. Ltd.
Apache 2 Licensed. See LICENSE for full details.