Skip to content

Latest commit

 

History

History

cloud-sdk-terraform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Google Cloud SDK Terraform Image

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

Build a new image by running:

make cloud-sdk-terraform

from the project root directory.

Usage

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.