An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# docker-terraform

![Security Scan](https://github.com/DNXLabs/docker-terraform/workflows/Security/badge.svg)
![Lint](https://github.com/DNXLabs/docker-terraform/workflows/Lint/badge.svg)

## 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.