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
Describe the bug
When trying to delete protocol group, that attached to policies, there is an error :
"Protocol Group is in use."
The reason : TF tries to delete the protocol group before updating the policies and removing the protocol group from the policies.
To Reproduce
Steps to reproduce the behavior:
Remove protocol group code
Remove all attachments of the protocol group in the policies
Run "Terraform Apply"
See error
Expected behavior
The policy should be updated before the protocol group deletion, and then it will work
The text was updated successfully, but these errors were encountered:
mazooz-chen
changed the title
Removing attached protocol group
Removing attached protocol group Error
Dec 1, 2021
Describe the bug
When trying to delete protocol group, that attached to policies, there is an error :
"Protocol Group is in use."
The reason : TF tries to delete the protocol group before updating the policies and removing the protocol group from the policies.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The policy should be updated before the protocol group deletion, and then it will work
The text was updated successfully, but these errors were encountered: