You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have removed the section firewall_ids from resource "hcloud_server", then executed tofu plan to see the resulting action. Strange but true, tofu told me that it won't change anything, while hcloud firewall list told me that the firewall is assigned to that hcloud server.
What did you expect to happen?
I expected that tofu plan tells me it will remove the firewall from the hcloud server.
What happened?
I have removed the section
firewall_ids
fromresource "hcloud_server"
, then executedtofu plan
to see the resulting action. Strange but true,tofu
told me that it won't change anything, whilehcloud firewall list
told me that the firewall is assigned to that hcloud server.What did you expect to happen?
I expected that
tofu plan
tells me it will remove the firewall from the hcloud server.Please provide a minimal working example
The text was updated successfully, but these errors were encountered: