fix: correct network attribute in FTP server configuration
Some checks failed
Terraform CI/CD / terraform (push) Failing after 15s
Some checks failed
Terraform CI/CD / terraform (push) Failing after 15s
This commit is contained in:
@@ -6,7 +6,7 @@ resource "hcloud_server" "ftp-server" {
|
|||||||
ipv4_enabled = true
|
ipv4_enabled = true
|
||||||
ipv6_enabled = true
|
ipv6_enabled = true
|
||||||
}
|
}
|
||||||
networks = [hcloud_network.prodnet.id]
|
network = [hcloud_network.prodnet.id]
|
||||||
firewall = [hcloud_firewall.production_fw.id]
|
firewall = [hcloud_firewall.production_fw.id]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user