We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Order is not important as this is map:
resource "fmc_security_zones" "module" { ~ id = "30a97157-ccb1-42a9-a72a-f3c8b23cbb9f" -> (known after apply) ~ items = { + "DMZ_1" = { + id = (known after apply) + interface_type = "ROUTED" # forces replacement + type = "SecurityZone" }, ~ "DMZ_2" = { ~ id = "2c779762-b750-11ef-ad56-7211a706a468" -> (known after apply) # (2 unchanged attributes hidden) }, + "OUTSIDE" = { + id = (known after apply) + interface_type = "ROUTED" # forces replacement + type = "SecurityZone" },
Resource should only add new zones and leave old untouched.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Order is not important as this is map:
Resource should only add new zones and leave old untouched.
The text was updated successfully, but these errors were encountered: