cmg-ws2024525-demo/infrastructure/variables.tf

24 lines
498 B
HCL

variable "project_id" {
description = "test-442316"
type = string
default = "test-442316"
}
variable "region" {
description = "Google Cloud region"
type = string
default = "europe-west3"
}
variable "bucket_name" {
description = "The name of the GCS bucket."
type = string
default = "cmg-bucket"
}
variable "cloud_build_trigger_name" {
description = "Name of the Cloud Build trigger."
type = string
default = "build-services-trigger"
}