-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
confusing error message when attempting to apply a role assignment to the wrong resource path #1556
Comments
Seems to be a result of trying to scope to the wrong path, but perhaps there is room for improvement in the error message? |
@Supermathie 👋 How is it going? This is a really old issue. I was reading through the code. preview as ditched a while ago. I can see the v1.32.0 is running 2019-04-01. Would you please test with v1.44.0 or v2.4.0? |
Since this issue seems to have been addressed in the latest versions of the provider. I'm going to close it. Please open a new updated bug report if this is still relevant. Thank you. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform Version
Terraform v0.11.7
Affected Resource(s)
Terraform Configuration Files
Debug Output
(full output available on request)
Panic Output
Expected Behavior
The role assignment is created normally.
Actual Behavior
Looks like terraform is trying to use the
2018-01-01-preview
API version which is not a valid version - it should (at a guess) be using2018-02-01
or2018-03-01-preview
Steps to Reproduce
terraform apply
Important Factoids
Ø
References
Ø
The text was updated successfully, but these errors were encountered: