Fixed, added back environments to each instance, that way we can also create instances for already existing environments

This commit is contained in:
Miren Esnaola
2023-09-13 12:34:00 +02:00
parent 6818b23b53
commit fdb133f1de
8 changed files with 30 additions and 29 deletions

View File

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