1variable "inputs" { 2 type = object({ 3 project_id = string 4 # If true, creates the compute network to be used for integration testing. 5 should_create_redis_network = bool 6 should_enable_apis_on_apply = bool 7 should_disable_apis_on_destroy = bool 8 }) 9} 10