deployment/deployment_composer_env/variables.tf (12 lines of code) (raw):

variable "project_id" { type = string description = "The project ID. E.g., cloud-ml-auto-solutions" } variable "region" { type = string description = "The region your Cloud Composer Env will be created in. E.g., us-east1." } variable "environment_name" { type = string description = "The name of the Cloud Composer Env. Something like <your_ldap>-test" }