diff --git a/modules/apigee/README.md b/modules/apigee/README.md index 129a6357e..eb2f9a34f 100644 --- a/modules/apigee/README.md +++ b/modules/apigee/README.md @@ -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" } } } diff --git a/tests/modules/apigee/fixture/test.all.tfvars b/tests/modules/apigee/fixture/test.all.tfvars index 633604f89..b0e25b92a 100644 --- a/tests/modules/apigee/fixture/test.all.tfvars +++ b/tests/modules/apigee/fixture/test.all.tfvars @@ -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" } }