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
│ Error: the number of path segments is not divisible by 2 in "subscriptions/xx-xx-xx-xx/resourceGroups/rg-version-map/providers/Microsoft.AppConfiguration/configurationStores/versonmap-automation/AppConfigurationKey//addons/versionmaps/rdms/7.0.0/Label/\x00"
Panic Output
Expected Behaviour
From Azure portal I'm able to create a key in AppConfiguration with the forward slash "/". I would like to have similar feature in the resource azurerm_app_configuration_key
Actual Behaviour
Although the KV get created by the tf code, the apply fails with the error mentioned above. I thought terraform considers the forward slash as valid string and no need to escape it.
Steps to Reproduce
Apply the above the code.
The text was updated successfully, but these errors were encountered:
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.
Community Note
Terraform (and AzureRM Provider) Version
Terraform version: 1.0.6
azurerm version: 2.82
Affected Resource(s)
azurerm_app_configuration_key
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
From Azure portal I'm able to create a key in AppConfiguration with the forward slash "/". I would like to have similar feature in the resource
azurerm_app_configuration_key
Actual Behaviour
Although the KV get created by the tf code, the apply fails with the error mentioned above. I thought terraform considers the forward slash as valid string and no need to escape it.
Steps to Reproduce
Apply the above the code.
The text was updated successfully, but these errors were encountered: