This commit is contained in:
2025-07-28 15:15:39 -05:00
parent 18647902d4
commit fb9370f20e
9 changed files with 6353 additions and 4113 deletions

View File

@@ -15,6 +15,5 @@ module "eks" {
module.network.private_subnet_ids,
module.network.public_subnet_ids,
)
depends_on = [module.network]
azs = module.network.azs
}