dataplex-quickstart-labs/00-resources/terraform/variables.tf (29 lines of code) (raw):

variable "project_id" { type = string description = "project id required" } variable "project_number" { type = string description = "project number in which demo deploy" } variable "gcp_account_name" { description = "Your GCP account name" } variable "org_id" { description = "Organization ID in which project created" } variable "cloud_composer_image_version" { description = "Version of Cloud Composer 2 image to use" } variable "gcp_region" { description = "GCP region" } variable "gcp_zone" { description = "GCP zone" } variable "gcp_multi_region" { description = "GCP multi-region" } variable "bq_connector_jar_gcs_uri" { description = "BQ connector jar to use" }