Sign inSign up

ustwo/terraform-gcloud

By ustwo

Updated over 6 years ago

Image
0

196

ustwo/terraform-gcloud repository overview

Terraform + gcloud Docker image

This image uses the official Terraform image as the base and adds gcloud CLI on top (including kubectl).

Usage

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 --version
  • docker run --rm --entrypoint gcloud ustwo/terraform-gcloud:0.12.18-274.0.1 --version

Tags

Images are tagged using both Terraform and gcloud versions: TERRAFORM_VERSION-GCLOUD_VERSION. For example:

  • 0.12.18-274.0.1

Tag summary

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