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: while checking for key's "" existence: appconfiguration.BaseClient#GetKeyValue: Failure responding to request: StatusCode=400" when upgrading from 3.35.0 to 3.36.0
#19748
Closed
1 task done
Etiennepicard opened this issue
Dec 20, 2022
· 3 comments
│ Error: while checking for key's "" existence: appconfiguration.BaseClient#GetKeyValue: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: error response cannot be parsed: {"" '\x00''\x00'} error: EOF││ with module.app-render-config.azurerm_app_configuration_key.app_vault_configs["CustomerSupportToken:PrimarySecret"],│ on ..\modules\app_config\config.tf line 35, in resource "azurerm_app_configuration_key" "app_vault_configs":│ 35: resource "azurerm_app_configuration_key" "app_vault_configs" {││ while checking for key's "" existence: appconfiguration.BaseClient#GetKeyValue: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: error response cannot be parsed: {""'\x00''\x00'}
│ error: EOF
Expected Behaviour
Not to crash
Actual Behaviour
Crash
Steps to Reproduce
Update the hashicorp/azurerm provider from 3.35.0
terraform init -upgrade
terraform plan
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
there is an existing issue(#19711) for it and fixed in #19722. the fix pr has been merged and will be released in v3.37 soon, you can subscribe it to get notification. Please use v3.35 for now.
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.6
AzureRM Provider Version
3.36.0
Affected Resource(s)/Data Source(s)
azurerm_app_configuration_key
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Not to crash
Actual Behaviour
Crash
Steps to Reproduce
Update the
hashicorp/azurerm
provider from 3.35.0terraform init -upgrade
terraform plan
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: