subnet dissociated fix

This commit is contained in:
Karim Naufal
2022-04-13 14:14:22 +02:00
parent 0f52a4e535
commit 2e75234b7c
6 changed files with 30 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ module "control_planes" {
}
depends_on = [
hcloud_network_subnet.subnet
hcloud_network_subnet.control_plane
]
}
@@ -83,6 +83,6 @@ resource "null_resource" "control_planes" {
depends_on = [
null_resource.first_control_plane,
hcloud_network_subnet.subnet
hcloud_network_subnet.control_plane
]
}