feat: provision proxy
This commit is contained in:
@@ -44,7 +44,10 @@ resource "hcloud_server" "server_instance" {
|
||||
alias_ips = [ ]
|
||||
}
|
||||
|
||||
depends_on = [ hcloud_network_subnet.subnet ]
|
||||
depends_on = [
|
||||
hcloud_network_subnet.subnet,
|
||||
hcloud_primary_ip.public_ip
|
||||
]
|
||||
}
|
||||
|
||||
resource "hcloud_firewall" "server_firewall" {
|
||||
|
||||
Reference in New Issue
Block a user