-
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
Perpetual case sensitivity of Resource Groups with azurerm_app_configuration_key #24109
Comments
Hi @JiriKovar , thanks for submitting this! |
Something similar here with version = "3.83.0", no issues were in version = "3.80.0": |
A workaround for this is to add a ignore_changes: lifecycle {
ignore_changes = [
configuration_store_id
]
} |
@teowa "Resource and resource group names are case-insensitive unless specifically noted in the valid characters column. When using various APIs to retrieve the name for a resource or resource group, the returned value may have different casing than what you originally specified for the name. The returned value may even display different case values than what is listed in the valid characters table. Always perform a case-insensitive comparison of names." This is creating a lot of bugs in azurerm provider: |
Beware that this workaround reveals a severe bug: If you have a key with some nonempty value (lets say a value of |
Is there an existing issue for this?
Community Note
Terraform Version
1.6.5
AzureRM Provider Version
3.83.0
Affected Resource(s)/Data Source(s)
azurerm_app_configuration_key
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No change.
Actual Behaviour
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: