fix(apigee): Apigee instance doc examples

This commit is contained in:
Daniel Strebel
2022-11-28 09:55:51 +01:00
parent 8bd38ffb49
commit 158df4c873
2 changed files with 7 additions and 7 deletions

View File

@@ -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"
}
}
}