This image uses the official Terraform image as the base and adds gcloud CLI on top (including kubectl).
The Terraform binary is still the entry point, like in the official Terraform image. gcloud is available as an executable.
You can find which versions are installed by for example running:
docker run --rm ustwo/terraform-gcloud:0.12.18-274.0.1 --versiondocker run --rm --entrypoint gcloud ustwo/terraform-gcloud:0.12.18-274.0.1 --versionImages are tagged using both Terraform and gcloud versions: TERRAFORM_VERSION-GCLOUD_VERSION. For example:
Content type
Image
Digest
Size
209.3 MB
Last updated
over 6 years ago
docker pull ustwo/terraform-gcloud:0.12.19-276.0.0