terraform/ecc-gcp-292-spanner_backup_without_privileged_service_account/red/variables.tf (21 lines of code) (raw):
variable "project" {
type = string
}
variable "region" {
type = string
}
variable "sa" {
type = string
}
variable "spanner-i" {
type = string
}
variable "rule" {
type = string
}
variable "spanner-db" {
type = string
}
variable "spanner-bu" {
type = string
}