cloud-foundation-fabric/blueprints/apigee/bigquery-analytics/terraform.tfvars.sample

24 lines
479 B
Plaintext
Raw Normal View History

2022-10-24 08:44:21 -07:00
project_create = {
billing_account_id = "12345-12345-123456"
2022-10-24 08:44:21 -07:00
parent = "folders/123456789"
}
project_id = "my-project"
envgroups = {
test = ["test.myorg.org"]
2022-10-24 08:44:21 -07:00
}
environments = {
apis-test = {
envgroups = ["test"]
}
}
instances = {
europe-west1 = {
environments = ["apis-test"]
runtime_ip_cidr_range = "10.0.4.0/22"
troubleshooting_ip_cidr_range = "10.1.1.0/28"
2022-10-24 08:44:21 -07:00
}
}
psc_config = {
europe-west1 = "10.0.0.0/28"
}