Skip to content

Docker image containing Terraform, AWS CLI and AWS Shell, to deploy infrastructure as code on AWS.

License

Notifications You must be signed in to change notification settings

tothenew/docker-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-terraform

Docker image containing Terraform, AWS CLI and AWS Shell, to deploy infrastructure as code on AWS.

Build Status LICENSE

Dependencies

  • Docker

Docker

Use Published Image

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

Build

Now you are ready to build an image from this project Dockerfile.

docker build -t docker-terraform .

Run

After your image has been built successfully, you can run it as a container.

docker run docker-terraform --help
docker run docker-terraform <command>

Shell

If you want to access the shell in container, you can run it as below.

docker run -it --entrypoint "/bin/bash" docker-terraform

Author

Managed by TO THE NEW Pvt. Ltd.

License

Apache 2 Licensed. See LICENSE for full details.

About

Docker image containing Terraform, AWS CLI and AWS Shell, to deploy infrastructure as code on AWS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published