Skip to content

Google IAP in Terraform

Get the brands available

gcloud alpha iap oauth-brands list --project=<>

Create terraform

resource "google_iap_brand" "thing" {
  support_email     = "bradley@breadnet.co.uk"
  application_title = "Cloud IAP protected Application"
  project           = var.project
}

Import

terraform import google_iap_brand.thing <name from previous command>

Resources

Issue 6704


Want to make this site better? Open a PR or help fund hosting costs