You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, unable to delete features flag with azurerm provider version 3.37.0
Plan: 0 to add, 0 to change, 1 to destroy.
module.aacFeature.azurerm_app_configuration_feature.aacFeature["Broker.CompanyUI"]: Destroying... [id=/subscriptions/XXXXXXXXXXXX/resourceGroups/XXXXX/providers/Microsoft.AppConfiguration/configurationStores/XXXXX/AppConfigurationFeature/XXXX/Label/%00]
module.aacFeature.azurerm_app_configuration_feature.aacFeature["feature1"]: Destruction complete after 0s
apply is success but it is not deleted features from app configuration stores
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.5
AzureRM Provider Version
3.37.0
Affected Resource(s)/Data Source(s)
azurerm_app_configuration_feature
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
A successful terraform apply, being able to change existing features without a label.
Actual Behaviour
When creating a feature without a label gives this output after apply (note the %00):
When trying to change that feature the plan with give this output:
Terraform will perform the following actions:
When running the apply we get the error described above.
When I provide a label, I can change the features.
Steps to Reproduce
Important Factoids
No response
References
Might be related to the changes done for #19437 ?
The text was updated successfully, but these errors were encountered: