terraform-provider-porkbun icon indicating copy to clipboard operation
terraform-provider-porkbun copied to clipboard

Running Terraform destroy against records that don't exist causes it to run forever

Open cullenmcdermott opened this issue 2 years ago • 5 comments

If tfstate is out of sync and contains records that don't actually exist, and you run terraform destroy it runs forever because they don't exist. This also impacts create (terraform returns no changes). This would also probably break if you tried to update the record.

cullenmcdermott avatar Dec 31 '22 03:12 cullenmcdermott