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

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

variable "project_number" {
    type        = string
    description = "Project Number"
    default     = "<PROJECT-NUM>"
}