-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: The terraform-provider-azurerm_v4.1.0_x5 plugin crashed! #27301
Comments
i tried version 4.0.0 and that works fine |
I get the exact same error (4.0.1 worked fine).
|
You can workaround the issue by |
We have the same issue. I updated my provider version to not allow 4.1.0 to bypass till this is fixed. required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.112.0, < 4.1.0 "
}
}
backend "azurerm" { # Required for the Azure YAML Pipeline Task - TerraformTaskV4@4 to operate
}
} |
Hi, we have also ran into this, but with much more resource types. Here is a list of unique resource type & error combinations (and honestly, I'd very much appriciate not being forced to remove and import all of these resources across all of our states):
|
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. |
Is there an existing issue for this?
Community Note
Terraform Version
4.241.26
AzureRM Provider Version
4.1.0
Affected Resource(s)/Data Source(s)
azurerm_monitor_metric_alert, cosmos etc
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Just trying to delete these resources from azure and plan failed with above error. expected behaviour is plan showing resources to destroy
Actual Behaviour
plan failed
Steps to Reproduce
terraform plan
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: