blob: f78a8e9f648cd0913f090b267b096f952a168827 [file] [log] [blame] [edit]
variable "inputs" {
type = object({
project_id = string
should_enable_apis_on_apply = bool
should_disable_apis_on_destroy = bool
})
}