Newer
Older
terraform_templates / common_template / variables.tf
variable "project_id" {
    type        = string
    description = "Project ID"
    default     = "<PROJECT_ID>"
}

variable "region" {
    type        = string
    description = "Region for this config"
    default     = "<REGION>"
}