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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
1.2.9
AzureRM Provider Version
3.36.0
Affected Resource(s)/Data Source(s)
azurerm_app_configuration_key
Terraform Configuration Files
resource"azurerm_app_configuration_key""event_hub_namespace_springboot" {
depends_on=[
azurerm_eventhub_namespace.ehns
]
configuration_store_id=var.app_config_idkey="/application/${local.eventHubConfigKey}.namespace"value=azurerm_eventhub_namespace.ehns.namelabel=var.environment// scoped to this environmenttags=var.global_tags
}
Debug Output/Panic Output
Error: while checking for key's "harshithpeddi" 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.product_secrets["applicationproductclient-id"].azurerm_app_configuration_key.config_key,│ on modules/AppConfigVault/main.tf line 8, in resource "azurerm_app_configuration_key" "config_key":│ 8: resource "azurerm_app_configuration_key" "config_key" {│ │ while checking for key's "harshithpeddi" 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
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
╷
Actual Behaviour
I tried to upgrade terraform provider version from 2.99 to 3.32 first it has run successfully but when i am again upgarded to 3.36 getting the parse error.
Steps to Reproduce
Terraform plan
Important Factoids
Running the changes in AzureDevOps Pipeline
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 soon, you can subscribe it to get notification.
For any further questions please leave comments.Thanks!
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.2.9
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
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
╷
Actual Behaviour
I tried to upgrade terraform provider version from 2.99 to 3.32 first it has run successfully but when i am again upgarded to 3.36 getting the parse error.
Steps to Reproduce
Important Factoids
Running the changes in AzureDevOps Pipeline
References
No response
The text was updated successfully, but these errors were encountered: