hacks/realtime-analytics/artifacts/variables.tf (12 lines of code) (raw):

# -------------------------------------------------------------- ## Mandatory variable definitions ## -------------------------------------------------------------- variable "gcp_project_id" { type = string description = "The GCP project ID to create resources in." } # Default value passed in variable "gcp_region" { type = string description = "Region to create resources in." } # Default value passed in variable "gcp_zone" { type = string description = "Zone to create resources in." }