xref: /aosp_15_r20/external/google-cloud-java/java-bigqueryconnection/.cloud/variables.tf (revision 55e87721aa1bc457b326496a7ca40f3ea1a63287)
1*55e87721SMatt Gilbridevariable "inputs" {
2*55e87721SMatt Gilbride  type = object({
3*55e87721SMatt Gilbride    project_id                     = string
4*55e87721SMatt Gilbride    should_enable_apis_on_apply    = bool
5*55e87721SMatt Gilbride    should_disable_apis_on_destroy = bool
6*55e87721SMatt Gilbride
7*55e87721SMatt Gilbride    # GCP zone and region in which to deploy the SQL database.
8*55e87721SMatt Gilbride    # Zone must be in the chosen region.
9*55e87721SMatt Gilbride    zone   = string
10*55e87721SMatt Gilbride    region = string
11*55e87721SMatt Gilbride  })
12*55e87721SMatt Gilbride}