-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removal of user scopes is not detected by the provider #363
Comments
Thank you for the report and details @haidaraM @nikhil-mongo would you be able to repro to produce logs and open a PRODTRIAGE internally if confirmed? Thank you! |
I could verify this and logged PRODTRIAGE-1237 |
Is this issue fixed by #368 ? If yes, when can we expect a new release of the provider ? |
@haidaraM yes, the PR did not get linked but we'll close this after the release. We expect the release in the next week or so, will be in v0.8.0. Thanks! |
Perfect @themantissa. Thanks for your work :-) |
v0.8.0 is now released. I'll close this issue. TY |
Terraform CLI and Terraform MongoDB Atlas Provider Version
Terraform Configuration File
Steps to Reproduce
terraform init
terraform apply
scopes {}
block from the configurationterraform apply
Expected Behavior
Terraform should remove the
scopes
from the user.Actual Behavior
Terraform doesn't detect this change.
Debug Output
Additional Context
Also, the provider doesn't detect when a scope is manually added in the Atlas console. This not the case for the roles which are correctly handled by the provider.
References
The text was updated successfully, but these errors were encountered: