terraform-ibm-modules / terraform-ibm-landing-zone-vpc

Creates virtual servers across subnets in a single VPC connected by a single security group. Supports floating IP addresses and multiple load balancers.
Apache License 2.0
5 stars 13 forks source link

Delegated Resolver test destroy fails to destroy #776

Open MatthewLemmond opened 6 months ago

MatthewLemmond commented 6 months ago

Affected modules

Terraform CLI and Terraform provider versions

Terraform v1.5.7 on darwin_amd64

Terraform output

output.txt

Debug output

Expected behavior

test should destroy the spoke vpc and its DNS resolution bindings before attempting to delete the hub vpc or its custom resolver

Actual behavior

Error is encountered due to the destroy being apparently run out of order (see attached output.txt)

Steps to reproduce (including links and screen captures)

  1. Run go test -run TestRunHubAndSpokeDelegatedExample -count=1 -v -timeout 300m from tests directory

Anything else


By submitting this issue, you agree to follow our Code of Conduct

imprateeksh commented 5 months ago

Tried running this quite a few times but in my case it has not failed even once yet. I am still trying to see if there is any other step involved to reproduce this. Sharing results from one of the runs- output_test.txt

imprateeksh commented 5 months ago

Unable to reproduce the issue. Hence unassigning myself.