1variable "inputs" { 2 type = object({ 3 project_id = string 4 should_enable_apis_on_apply = bool 5 should_disable_apis_on_destroy = bool 6 7 # GCP zone and region in which to deploy the SQL database. 8 # Zone must be in the chosen region. 9 zone = string 10 region = string 11 }) 12}