-
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
key_vault permissions case sensitive #16354
Comments
hey @mrfreester Thanks for opening this issue. These changes were made as a part of 3.0 (and are now correctly documented against the fields within the Double-checking the upgrade guide it appears that this is missing from the upgrade guide for the Thanks! |
This functionality has been released in v3.2.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. 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. |
Is there an existing issue for this?
Community Note
Terraform Version
0.13
AzureRM Provider Version
3.1
Affected Resource(s)/Data Source(s)
azurerm_key_vault_access_policy
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Values ingore case and are accepted
Actual Behaviour
When first letter isn't capitalized, expected match fails
Steps to Reproduce
Using the azurerm_key_vault_access_policy resource, use lowercase values for any of the permissions rather than uppercase. When terraform runs using a provider of 3.0 or higher the bug is reproduced.
Important Factoids
No response
References
Issue also discussed here:
https://discuss.hashicorp.com/t/secret-permissions-of-azurerm-becomes-case-sensitive/37536
The text was updated successfully, but these errors were encountered: