Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a TCP connect error on destroy #298

Open
joseph-netog opened this issue Aug 30, 2023 · 0 comments
Open

Getting a TCP connect error on destroy #298

joseph-netog opened this issue Aug 30, 2023 · 0 comments

Comments

@joseph-netog
Copy link

joseph-netog commented Aug 30, 2023

Hi there,

I was able to create an A record using terraform for testing but when doing destroy
i get the following error
dial tcp [2606:4700:10::6814:565d]:443: connect: no route to host

Terraform Version

on darwin_arm64
+ provider registry.terraform.io/hashicorp/aws v3.76.1
+ provider registry.terraform.io/hashicorp/cloudinit v2.3.2
+ provider registry.terraform.io/ns1-terraform/ns1 v2.0.5```

### Affected Resource(s)
Please list the resources as a list, for example:
- ns1_record



### Expected Behavior
Terraform should be able to delete this A record

### Actual Behavior
What actually happened?

I got this error

`dial tcp [2606:4700:10::6814:565d]:443: connect: no route to host`

### Steps to Reproduce

1. create an A record
 `terraform apply`
2. immediately `terraform destroy`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant