Skip to content

Instantly share code, notes, and snippets.

@jacky9813
Created March 6, 2024 10:33
Show Gist options
  • Save jacky9813/e2046fa0b4c332962fd02294f5651817 to your computer and use it in GitHub Desktop.
Save jacky9813/e2046fa0b4c332962fd02294f5651817 to your computer and use it in GitHub Desktop.
Terraform error log from AzureRM
2024-03-06T18:30:30.003+0800 [ERROR] provider.terraform-provider-azurerm_v3.93.0_x5: Response contains error diagnostic:
diagnostic_summary=
| deleting Load Balancer Backend Address Pool (Subscription: "<REDACTED>"
| Resource Group Name: "<REDACTED>"
| Load Balancer Name: "example-lb"
| Backend Address Pool Name: "example-lb-be-address-pool"): performing LoadBalancerBackendAddressPoolsDelete: unexpected status 400 with error: LoadBalancerBackendAddressPoolInUseByVirtualMachineScaleSet: Cannot remove backend address pool example-lb-be-address-pool from load balancer since it is in use by virtual machine scale set /subscriptions/<REDACTED>/resourceGroups/<REDACTED>/providers/Microsoft.Compute/virtualMachineScaleSets/example-vmss.
tf_provider_addr=provider tf_resource_type=azurerm_lb_backend_address_pool @module=sdk.proto diagnostic_detail="" tf_req_id=afb22b8f-5f14-9af2-02f4-e818d11f69c4 diagnostic_severity=ERROR @caller=github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov5/internal/diag/diagnostics.go:58 tf_proto_version=5.4 tf_rpc=ApplyResourceChange timestamp="2024-03-06T18:30:30.003+0800"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment