https://github.com/thinkinglabs/docker-terraform
Alpine based docker image with Hashicorp Terraform and tflint
https://github.com/thinkinglabs/docker-terraform
docker hashicorp-terraform tflint
Last synced: about 1 year ago
JSON representation
Alpine based docker image with Hashicorp Terraform and tflint
- Host: GitHub
- URL: https://github.com/thinkinglabs/docker-terraform
- Owner: thinkinglabs
- License: mit
- Archived: true
- Created: 2021-04-02T21:28:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T15:15:30.000Z (over 2 years ago)
- Last Synced: 2025-02-13T15:19:32.464Z (over 1 year ago)
- Topics: docker, hashicorp-terraform, tflint
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# docker-terraform
Alpine based Docker images with [Hashicorp Terraform](https://www.packer.io/).
All images contain:
- `tflint`: for linting Terraform configurations
- `make`: for using a Makefile to bootstrap Terraform
The image is primarily implemented for use as an image resource for a
[Concourse](https://concourse-ci.org) task.
Therefore, no `ENTRYPOINT` is defined and the container runs as root.
Concourse has some issues running tasks as non-root users, i.e.
[Concourse tasks ran as non-root users can not create files inside output directories](https://github.com/concourse/concourse/issues/403).