fix(apigee): Apigee instance doc examples
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Apigee
|
||||
|
||||
This module simplifies the creation of a Apigee resources (organization, environment groups, environment group attachments, environments, instances and instance attachments).
|
||||
This module simplifies the creation of a Apigee resources (organization, environment groups, environment group attachments, environments, instances and instance attachments).
|
||||
|
||||
## Example
|
||||
|
||||
@@ -44,10 +44,10 @@ module "apigee" {
|
||||
environments = ["apis-test"]
|
||||
psa_ip_cidr_range = "10.0.4.0/22"
|
||||
}
|
||||
instance-prod-ew1 = {
|
||||
region = "europe-west1"
|
||||
instance-prod-ew3 = {
|
||||
region = "europe-west3"
|
||||
environments = ["apis-prod"]
|
||||
psa_ip_cidr_range = "10.0.4.0/22"
|
||||
psa_ip_cidr_range = "10.0.5.0/22"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user