1
0
forked from pierront/but3-iac

correction main

This commit is contained in:
2025-12-04 09:38:38 +01:00
parent 6bc635c038
commit abcbb6a6f3

View File

@@ -33,6 +33,4 @@ module "compute" {
frontend_subnet_id = module.network.subnet_ids["frontend"]
backend_subnet_id = module.network.subnet_ids["backend"]
database_subnet_id = module.network.subnet_ids["database"]
startup_script = file("${path.module}/startup.sh")
}