# Auto-generated by generate-config.sh variable "project_id" { type = string description = "GCP Project ID of the project being used" } variable "region" { type = string description = "GCP region used to deploy resources" default = "us-central1" # NOTE: Some integration tests have hardcoded this region. } variable "should_create_redis_network" { type = bool default = false description = "If true, a Redis network will be created if needed during java-redis testing." } variable "should_create_container_network" { type = bool default = false description = "If true, a container network will be created if needed during java-container testing." } variable "should_enable_apis_on_apply" { type = bool default = true description = "If true, required APIs for active client libraries will be automatically enabled on apply." } variable "should_disable_apis_on_destroy" { type = bool default = false description = "If true, any APIs enabled by Terraform during apply will be disabled on destroy." } variable "zone" { type = string description = "GCP zone used to deploy resources. Must be a zone in the chosen region." default = "us-central1-c" }