blob: 79ae8eee31f2cec367db4033f3d54bef7da0529f [file] [log] [blame] [edit]
variable "inputs" {
type = object({
project_id = string
# If true, creates the compute network to be used for integration testing.
should_create_container_network = bool
should_enable_apis_on_apply = bool
should_disable_apis_on_destroy = bool
})
}