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.
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.