tf4k8s icon indicating copy to clipboard operation
tf4k8s copied to clipboard

DNS TXT Entries Do Not Get Deleted During Destroy

Open Padgett opened this issue 3 years ago • 1 comments

Harbor and possibly other destroy scripts do not delete the TXT entries.

Expected Outcome: TXT entry txtharbor.domain. and txtnotary.domain. entries do not exist after running destroy scripts.

Actual Outcome: These entries persist after running destroy scripts.

Padgett avatar Oct 13 '20 22:10 Padgett

It's not a duty of Terraform to manage the clean up of A record sets that got created by having external-dns and an ingress controller like nginx or contour installed in cluster. You'd have to author custom pattern matching scripts that are likely cloud provider CLI specific in order to accomplish this.

pacphi avatar Nov 03 '20 19:11 pacphi