mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
fix: add missing DO depedency fw -> vpc
This commit is contained in:
committed by
Pierre Mavro
parent
48f41ff69a
commit
0a25b12210
@@ -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]
|
||||
}
|
||||
Reference in New Issue
Block a user