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
2023-06-06T11:53:52.328-0500 [WARN] Provider "registry.terraform.io/hashicorp/azurerm" produced an unexpected new value for azurerm_app_configuration_key.keys["TECHDOCS_CONTAINER_NAME"] during refresh.
- .tags: was null, but now cty.MapValEmpty(cty.String)
- .configuration_store_id: was cty.StringVal("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ms-backstage-snd-rg/providers/Microsoft.AppConfiguration/configurationStores/ms-backstage-snd-appcs"), but now cty.StringVal("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/<RESOURCE GROUP THAT IS COMPLETELY UNRELATED>-core-rg/providers/Microsoft.AppConfiguration/configurationStores/<APP CONFIG THAT IS COMPLETELY UNRELATED>")
2023-06-06T11:53:52.330-0500 [WARN] Provider "registry.terraform.io/hashicorp/azurerm" produced an invalid plan for azurerm_app_configuration_key.keys["TECHDOCS_CONTAINER_NAME"], but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .vault_key_reference: planned value cty.StringVal("") for a non-computed attribute
- .locked: planned value cty.False for a non-computed attribute
- .tags: planned value cty.MapValEmpty(cty.String) for a non-computed attribute
- .type: planned value cty.StringVal("kv") for a non-computed attribute
2023-06-06T11:53:52.332-0500 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-06-06T11:53:52.336-0500 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.59.0/darwin_arm64/terraform-provider-azurerm_v3.59.0_x5 pid=46972
2023-06-06T11:53:52.336-0500 [DEBUG] provider: plugin exited
Expected Behaviour
The provider to show the correct resource
Actual Behaviour
The provider shows a completely unrelated configuration_store_id in a unrelated resource group in the same subscription.
Steps to Reproduce
Note: I am unable to reproduce using the issue using the above Terraform however, I am able to reproduce using our in-house Terraform. I will continue to try and reproduce the issue.
Provision resources using provider version <=3.58.0
Upgrade provider to version =3.59.0
Run terraform plan
Important Factoids
No response
References
No response
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.
Is there an existing issue for this?
Community Note
Terraform Version
1.4.6
AzureRM Provider Version
3.59.0
Affected Resource(s)/Data Source(s)
azurerm_app_configuration_key
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The provider to show the correct resource
Actual Behaviour
The provider shows a completely unrelated
configuration_store_id
in a unrelated resource group in the same subscription.Steps to Reproduce
Note: I am unable to reproduce using the issue using the above Terraform however, I am able to reproduce using our in-house Terraform. I will continue to try and reproduce the issue.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: