fix: add missing DO depedency fw -> vpc

This commit is contained in:
Pierre Mavro
2021-01-05 23:06:37 +01:00
committed by Pierre Mavro
parent 48f41ff69a
commit 0a25b12210

View File

@@ -19,4 +19,6 @@ resource "digitalocean_firewall" "qovery_firewall" {
port_range = "443"
source_addresses = ["0.0.0.0/0"]
}
depends_on = [digitalocean_vpc.qovery_vpc]
}