terraform/modules/gcs/variables.tf (15 lines of code) (raw):
variable "project" {
type = string
}
variable "region" {
type = string
}
variable "gcs_flags_bucket_name" {
type = string
}
variable "gcs_flags_bucket_admins" {
type = list(string)
}
variable "terraform_data_deletion_protection" {
type = bool
}