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

11 lines
365 B
Plaintext
Raw Normal View History

2023-08-02 00:15:21 -07:00
project_id = "my-project"
organization = {
display_name = "My Organization"
description = "My Organization"
authorized_network = "my-vpc"
runtime_type = "CLOUD"
billing_type = "PAYG"
database_encryption_key = "123456789"
analytics_region = "europe-west1"
retention = "MINIMUM"
}