blob: 1127e1061d1e500fc6efb70380cde827c7610c2f [file] [log] [blame] [edit]
variable "inputs" {
type = object({
project_id = string
should_enable_apis_on_apply = bool
should_disable_apis_on_destroy = bool
# GCP zone and region in which to deploy the SQL database.
# Zone must be in the chosen region.
zone = string
region = string
})
}