xref: /aosp_15_r20/external/google-cloud-java/java-notification/.cloud/variables.tf (revision 55e87721aa1bc457b326496a7ca40f3ea1a63287)
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}