cloud-foundation-fabric/tests/modules/apigee/instance_only_psc_mode.tfvars

13 lines
368 B
Plaintext
Raw Normal View History

2022-10-24 08:44:21 -07:00
project_id = "my-project"
organization = {
display_name = "My Organization"
description = "My Organization"
runtime_type = "CLOUD"
billing_type = "Pay-as-you-go"
2022-10-24 08:44:21 -07:00
database_encryption_key = "123456789"
analytics_region = "europe-west1"
disable_vpc_peering = true
}
instances = {
europe-west1 = {}
2022-10-24 08:44:21 -07:00
}