You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Reproduce1. create an A record
`terraform apply`
2. immediately `terraform destroy`
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: