When executing terraform destroy, not all resources are being removed as anticipated, leading to an incomplete teardown of the infrastructure managed by Terraform.
Reproduction Steps:
Apply changes using terraform apply to create the resources. Verify the number of resources to be created (e.g., "18 to create").
Attempt to destroy the resources using terraform destroy. Note the output of the terraform destroy command, which indicates the number of resources Terraform intends to destroy (e.g., "13 to destroy").
Expected Behavior:
All resources created by Terraform should be destroyed when running terraform destroy, resulting in a complete teardown of the infrastructure.
Actual Behavior:
Not all resources are being destroyed as expected, leading to an incomplete teardown of the infrastructure.
When executing terraform destroy, not all resources are being removed as anticipated, leading to an incomplete teardown of the infrastructure managed by Terraform.
Reproduction Steps:
terraform apply
to create the resources. Verify the number of resources to be created (e.g., "18 to create").terraform destroy
. Note the output of the terraform destroy command, which indicates the number of resources Terraform intends to destroy (e.g., "13 to destroy").Expected Behavior: All resources created by Terraform should be destroyed when running terraform destroy, resulting in a complete teardown of the infrastructure.
Actual Behavior: Not all resources are being destroyed as expected, leading to an incomplete teardown of the infrastructure.