Merge pull request #1018 from danistrebel/fix/apigee-sample

Apigee instance doc examples
This commit is contained in:
Daniel Strebel 2022-11-28 12:10:12 +01:00 committed by GitHub
commit 79849cf05d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}
}

View File

@ -33,9 +33,9 @@ instances = {
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"
}
}