Fixed, added back environments to each instance, that way we can also create instances for already existing environments
This commit is contained in:
@@ -76,11 +76,11 @@ module "apigee" {
|
||||
environments = {
|
||||
(local.environment) = {
|
||||
envgroups = [local.envgroup]
|
||||
regions = [var.region]
|
||||
}
|
||||
}
|
||||
instances = {
|
||||
(var.region) = {
|
||||
environments = [local.environment]
|
||||
runtime_ip_cidr_range = var.apigee_runtime_ip_cidr_range
|
||||
troubleshooting_ip_cidr_range = var.apigee_troubleshooting_ip_cidr_range
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user