This image is based on the Google cloud-sdk:slim base image from google, with tfenv and and initial Terraform version installed.
It is intended as a utility image for use in Concourse tasks which require the Terraform CLI.
Build a new image by running:
make cloud-sdk-terraform
from the project root directory.
This image is intended for use in concourse jobs, not locally.
It provides the tfenv tool, and an initial version of terraform. This allows installation of required Terraform version at runtime, though using the pre-installed version should be preferred whenever possible.