This repository contains a Dockerfile that builds a Docker image with Terraform and Terraformer installed.
To use the Github Contrainer Registry Image run the following commands:
docker pull ghcr.io/taeduard/terraformer:main`
docker run --rm -it ghcr.io/taeduard/terraformer:main
To use the Docker Hub Hosted Image run the following commands:
docker pull taeduard/terraformer
docker run --rm -it taeduard/terraformer
To build the Docker image, simply clone this repository and run the following command:
docker build -t terraformer .
Once the build is complete, you can run the Docker container with the following command:
docker run --rm -it terraformer
This will start the container and drop you into a command prompt.
This project is licensed under the terms of the MIT license. See the LICENSE file for details.