Fix Terraform cycle error - remove firewall_ids from server
This commit is contained in:
parent
73e842d581
commit
c07d280927
1 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue