-
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
azurerm_app_configuration_feature breaks state when using slashes #19437
Comments
Hi @fgroen, thanks for opening this issue. Sorry the provider does not support name with slashes in to fix the state file. Here are 2 options to fix the state file.
to delete it from state file. For any further question please leave comments, 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
1.3.5
AzureRM Provider Version
3.33.0
Affected Resource(s)/Data Source(s)
azurerm_app_configuration_feature
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
A feature succesfully being added in app configuration with name 'my/feature' and with key '.appconfig.featureflag/my/test'.
Actual Behaviour
The feature is added, but terraform is failing with an error after creation. State is also 'corrupted', meaning I cannot fix it by changing my feature configuration. (for example by changing the slash into a dash)
Steps to Reproduce
Important Factoids
No response
References
A fix was done here #16835 but the focus was on the labels if I'm not mistaken?
A fix for supporting the slash in keys was done here: #13852
Both fixed were done for azurerm_app_configuration_key but should also be executed for azurerm_app_configuration_feature?
The text was updated successfully, but these errors were encountered: