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
azurerm_app_configuration.appconf: Creating...
azurerm_app_configuration.appconf: Still creating... [10s elapsed]
╷
│ Error: creating Configuration Store (Subscription: "xxx"
│ Resource Group Name: "wt-testRG"
│ Configuration Store Name: "appConf1"): polling after Create: internal-error: a polling status of `Failed` should be surfaced as a PollingFailedError
│
│ with azurerm_app_configuration.appconf,
│ on main.tf line 6, in resource "azurerm_app_configuration""appconf":
│ 6: resource "azurerm_app_configuration""appconf" {
│
╵
Expected Behaviour
The error message should show error returned by API
with 3.54.0 of provider, the error message is like:
azurerm_app_configuration.appconf: Creating...
azurerm_app_configuration.appconf: Still creating... [10s elapsed]
╷
│ Error: creating Configuration Store (Subscription: "xxx"
│ Resource Group Name: "wt-testRG"
│ Configuration Store Name: "appConf1"): polling after Create: Code="NameUnavailable" Message="The specified name is already in use." AdditionalInfo=[{"info":{"activityId":"eb15c086-92d1-491f-a529-4d895e05bec8"},"type":"ActivityId"}]
│
│ with azurerm_app_configuration.appconf,
│ on main.tf line 6, in resource "azurerm_app_configuration" "appconf":
│ 6: resource "azurerm_app_configuration" "appconf" {
│
╵
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.4.4
AzureRM Provider Version
3.55.0
Affected Resource(s)/Data Source(s)
azurerm_app_configuration
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The error message should show error returned by API
with 3.54.0 of provider, the error message is like:
Actual Behaviour
The apply fails with internal-error.
Steps to Reproduce
No response
Important Factoids
No response
References
#21637
The text was updated successfully, but these errors were encountered: