Created
March 6, 2024 10:33
-
-
Save jacky9813/e2046fa0b4c332962fd02294f5651817 to your computer and use it in GitHub Desktop.
Terraform error log from AzureRM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]/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