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
When using alb_ssl_policy to specify a TLS policy for the ALB (using the ingress controller) in conjunction with external-dns perhaps from the addon, a DNS record will be created in the hosted zone.
If the hosted zone is managed by Terraform (it should), it's not possible to delete the hosted zone resource since it contains records not managed/removed by Terraform. It can be mitigated by setting [force-destroy] https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone#force_destroy) to true on the hosted zone resource.
If force-destroy is not set to true the records will have to be deleted manually before removing the zone.
The text was updated successfully, but these errors were encountered:
When using
alb_ssl_policy
to specify a TLS policy for the ALB (using the ingress controller) in conjunction with external-dns perhaps from the addon, a DNS record will be created in the hosted zone.If the hosted zone is managed by Terraform (it should), it's not possible to delete the hosted zone resource since it contains records not managed/removed by Terraform. It can be mitigated by setting [force-destroy] https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_zone#force_destroy) to
true
on the hosted zone resource.If
force-destroy
is not set totrue
the records will have to be deleted manually before removing the zone.The text was updated successfully, but these errors were encountered: