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
Apply again. You'll be prompted to replace the security group rule, like so:
OpenTofu will perform the following actions:
# mgc_network_security_groups_rules.incoming_ssh must be replaced
-/+ resource "mgc_network_security_groups_rules" "incoming_ssh" {
~ id = "243f858b-b811-42a9-93f8-02ad9f223f7d" -> (known after apply)
# (7 unchanged attributes hidden)
}
Plan: 1 to add, 0 to change, 1 to destroy.
Expected behavior
Rules should not be replaced if they're unchanged.
Desktop (please complete the following information):
Describe the bug
Terraform applies always replace security group rules, even if they're unchanged.
To Reproduce
Expected behavior
Rules should not be replaced if they're unchanged.
Desktop (please complete the following information):
Additional context
This seems similar to #71.
The text was updated successfully, but these errors were encountered: