Skip to content

Commit

Permalink
vshn-lbaas-cloudscale: Remove provider-managed next_hop from ignore…
Browse files Browse the repository at this point in the history
…_changes for floating IPs
  • Loading branch information
simu committed Jul 18, 2024
1 parent c643a25 commit 52da07d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/vshn-lbaas-cloudscale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ resource "cloudscale_floating_ip" "api_vip" {
ignore_changes = [
# Will be handled by Keepalived (Ursula)
server,
next_hop,
]
}
}
Expand All @@ -29,7 +28,6 @@ resource "cloudscale_floating_ip" "router_vip" {
ignore_changes = [
# Will be handled by Keepalived (Ursula)
server,
next_hop,
]
}
}
Expand All @@ -50,7 +48,6 @@ resource "cloudscale_floating_ip" "nat_vip" {
ignore_changes = [
# Will be handled by Keepalived (Ursula)
server,
next_hop,
]
}
}
Expand Down

0 comments on commit 52da07d

Please sign in to comment.