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
The Terraform plan returns an error that roles named GROUP_DATA_ACCESS_READ do not exist.
The Terraform apply returns an error that roles named GROUP_DATA_ACCESS_READ do not exist.
Actual Behavior
The Terraform plan is successfully completed.
The Terraform apply returns unexpected errors
Thanks @sonlir . This is a feature improvement request, but I think a good one. Added to our product roadmap (internal tracking INTMDB-483), but given competing priorities will likely take us a few months to update. If easier, feel free to create PR directly and happy to have team review sooner.
(update 1/3/23): created internal ticket to first build out a new Atlas Admin API endpoint that would allow us to programmatically validate Atlas Roles (PRODTRIAGE-3609). Once we have this we can then appropriately address this issue raised while avoiding Hardcoding specific roles validations since these are regularly added, edited, deleted.
Terraform Configuration File
Steps to Reproduce
Add to code role_assignments for mongodbatlas federated_settings_org_role_mapping with non-existent role like
Run:
Expected Behavior
The Terraform plan returns an error that roles named GROUP_DATA_ACCESS_READ do not exist.
The Terraform apply returns an error that roles named GROUP_DATA_ACCESS_READ do not exist.
Actual Behavior
The Terraform plan is successfully completed.
The Terraform apply returns unexpected errors
Crash Output
Additional Context
This behavior complicates the troubleshooting process.
The text was updated successfully, but these errors were encountered: