forked from pierront/but3-iac
correction main
This commit is contained in:
@@ -33,6 +33,4 @@ module "compute" {
|
|||||||
frontend_subnet_id = module.network.subnet_ids["frontend"]
|
frontend_subnet_id = module.network.subnet_ids["frontend"]
|
||||||
backend_subnet_id = module.network.subnet_ids["backend"]
|
backend_subnet_id = module.network.subnet_ids["backend"]
|
||||||
database_subnet_id = module.network.subnet_ids["database"]
|
database_subnet_id = module.network.subnet_ids["database"]
|
||||||
|
|
||||||
startup_script = file("${path.module}/startup.sh")
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user