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
Is your feature request related to a problem? Please describe.
We create our IdP groups via Terraform. If we reference a group in our ACL that is due to be created in the same PR, the provider will error with "ACL validation failed: group not found".
Describe the solution you'd like
Either the provider should recognise that the group will be created (we enforce the dependency) or provide the option to disable group validation.