v3.6.0
What's Changed
- Remove hosted zone from state, in favor or IRSA by @miguelhar in #220
The route53_hosted_zone_name
and route53_hosted_zone_private
variables have been removed from the infra
module. This variable was previously used to trigger the creation of an IAM policy that would get attached to the EKS nodes in order to support the external-dns
chart. This is no longer supported, instead use the irsa module. See the following example for more details.
Full Changelog: v3.5.0...v3.6.0