Lightweight Docker image including Terraform CLI and AWS CLI
Our goal is to create a minimalist and lightweight Docker image with the tools listed below in order to reduce network and storage impact.
The image is based on the official Python 3 Docker image, with the following additional tools included:
To launch the Terraform CLI:
docker run -it -v ${PWD}:/app ghcr.io/harrisonai/terraform:latest
Note that /app
is the default working directory.
This project is licensed under Apache License 2.0