Fix Terraform cycle error - remove firewall_ids from server

This commit is contained in:
Jezza Hehn 2026-04-13 22:14:55 +00:00
parent 73e842d581
commit c07d280927

View file

@ -91,8 +91,6 @@ resource "hcloud_server" "krustyplanet" {
location = var.location
ssh_keys = [hcloud_ssh_key.krustyplanet.id]
firewall_ids = [hcloud_firewall.krustyplanet.id]
network {
network_id = hcloud_network.krustyplanet.id
ip = "10.0.1.10"