fix: correct syntax for network block in hcloud_server resource
Some checks failed
Terraform CI/CD / terraform (push) Failing after 16s
Some checks failed
Terraform CI/CD / terraform (push) Failing after 16s
This commit is contained in:
@@ -6,9 +6,9 @@ resource "hcloud_server" "ftp-server" {
|
|||||||
ipv4_enabled = true
|
ipv4_enabled = true
|
||||||
ipv6_enabled = true
|
ipv6_enabled = true
|
||||||
}
|
}
|
||||||
network [
|
network {
|
||||||
network_id = resource.hcloud_network.production_network.id
|
network_id = resource.hcloud_network.production_network.id
|
||||||
]
|
}
|
||||||
firewall_ids = [hcloud_firewall.production_fw.id]
|
firewall_ids = [hcloud_firewall.production_fw.id]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user