Try fix issue where ports doesn't get an ip assigned (#9345)

Co-authored-by: Jonathan Süssemilch Poulain <jonathan@sofiero.net>
This commit is contained in:
Hugo Blom
2022-09-30 09:48:29 +02:00
committed by GitHub
parent 44115d7d7a
commit 4189008245
3 changed files with 38 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ module "compute" {
network_router_id = module.network.router_id
network_id = module.network.network_id
use_existing_network = var.use_existing_network
private_subnet_id = module.network.subnet_id
depends_on = [
module.network.subnet_id