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
It seams that all resources are affected, as all could receive Not Found response.
Terraform Configuration Files
data "azurerm_app_service_plan" "ServicePlanb" {
name = "ServicePlan"
resource_group_name = "A"
# while ServicePlan actually exists under resource group B
}
Recreate this scenario by deleting the Resource Group containing your previously provisioned resources and you will crash out of Terraform as per the above.
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Terraform Version
Terraform v0.11.2
Affected Resource(s)
It seams that all resources are affected, as all could receive Not Found response.
Terraform Configuration Files
Panic Output
https://gist.github.com/irnc/0b84ce980d6af2c5861d7499c38b12b8 contains only extract with panic stack trace.
Expected Behavior
Not Found error should be handled.
Actual Behavior
Terraform crashes on a code branch, which was not supposed to be run, i.e.
err != nil
branch was expected to be run instead of https://github.com/terraform-providers/terraform-provider-azurerm/blob/v1.1.0/azurerm/data_source_app_service_plan.go#L97Steps to Reproduce
terraform plan
The text was updated successfully, but these errors were encountered: