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 multiple panos_address_object referenced inside of destination_addresses in panos_security_rule_group. When I delete one of the panos_address_objects, the provider attempts to delete the resource before updating the panos_security_rule_group.
This results in an error similar to: Error: rulebase -> security -> rules -> Outbound ADDRESS -> destination
Expected behavior
panos_security_rule_group is updated first with destination_addresses list before deleting panos_address_object
Current behavior
Provider attempts to clean up panos_address_object which is still referenced in the panos_security_rule_group
The text was updated successfully, but these errors were encountered:
I tried adding a create_before_destroy on the panos_address_objects but got an inconsistent plan error. Looks like the inconsistent plan is caused by this: hashicorp/terraform#25631
Describe the bug
I have multiple panos_address_object referenced inside of destination_addresses in panos_security_rule_group. When I delete one of the panos_address_objects, the provider attempts to delete the resource before updating the panos_security_rule_group.
This results in an error similar to: Error: rulebase -> security -> rules -> Outbound ADDRESS -> destination
Expected behavior
panos_security_rule_group is updated first with destination_addresses list before deleting panos_address_object
Current behavior
Provider attempts to clean up panos_address_object which is still referenced in the panos_security_rule_group
The text was updated successfully, but these errors were encountered: