https://github.com/dnxlabs/docker-terraform
Docker image containing Terraform, AWS CLI and AWS Shell, to deploy infrastructure as code on AWS.
https://github.com/dnxlabs/docker-terraform
docker docker-image docker-terraform hacktoberfest terraform
Last synced: about 2 months ago
JSON representation
Docker image containing Terraform, AWS CLI and AWS Shell, to deploy infrastructure as code on AWS.
- Host: GitHub
- URL: https://github.com/dnxlabs/docker-terraform
- Owner: DNXLabs
- License: apache-2.0
- Created: 2018-08-04T11:19:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-18T00:03:14.000Z (6 months ago)
- Last Synced: 2025-12-21T10:43:51.125Z (6 months ago)
- Topics: docker, docker-image, docker-terraform, hacktoberfest, terraform
- Language: Dockerfile
- Homepage: https://modules.dnx.one
- Size: 85.9 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# docker-terraform


## Dependencies
- Docker
## Docker
#### Build
Now you are ready to build an image from this project Dockerfile.
```bash
docker build -t docker-terraform .
```
#### Run
After your image has been built successfully, you can run it as a container.
```bash
docker run docker-terraform --help
docker run docker-terraform
```
## Author
Managed by [DNX Solutions](https://dnx.solutions).
## License
Apache 2 Licensed. See [LICENSE](https://github.com/DNXLabs/docker-terraform/blob/master/LICENSE) for full details.