Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacement/creation of a single element in bulk triggers recreation of whole bulk object #223

Open
rchrabas opened this issue Dec 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rchrabas
Copy link
Contributor

  # fmc_security_zones.seczones must be replaced
-/+ resource "fmc_security_zones" "seczones" {
      ~ id    = "197e19f5-555c-44f5-9081-7e00e28d7ebd" -> (known after apply)
      ~ items = {
          ~ "seczone1" = {
              ~ id             = "8df0f8d6-be11-11ef-a835-665ae1ccf485" -> (known after apply)
                # (2 unchanged attributes hidden)
            },
          ~ "seczone2" = {
              ~ id             = "8de9d132-be11-11ef-a835-665ae1ccf485" -> (known after apply)
                # (2 unchanged attributes hidden)
            },
          + "seczone3" = {
              + id             = (known after apply)
              + interface_mode = "ROUTED" # forces replacement
              + type           = "SecurityZone"
            },
          + "seczone4" = {
              + id             = (known after apply)
              + interface_mode = "ROUTED" # forces replacement
              + type           = "SecurityZone"
            },
        }
    }
@rchrabas rchrabas added the bug Something isn't working label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant