github terraform-aws-modules/terraform-aws-route53 v6.0.0

9 hours ago

6.0.0 (2025-09-20)

⚠ BREAKING CHANGES

  • Refactor modules to group single resource modules into higher order modules (#122)

Features

  • Refactor modules to group single resource modules into higher order modules
  • Terraform v1.5.7 is now minimum supported version
  • AWS provider v6.3 is now minimum supported version
  • Replace zones and records module with new zone module that creates a Route53 zone, records, as well as association authorization, and DNSSEC signing key
  • Remove delegation-sets module; users are encouraged to use the standalone resource for this functionality
  • Remove resolver-rule-associations; this functionality can be implemented with the standalone resource or used within whats provided in the resolver-endpoint module
  • Remove zone-cross-account-vpc-association; this functionality is split up with the association authorization resource added within the new zone module, and the association resource should be implemented on its own by users
  • A new resolver-firewall-rule-group is added from the experimental proposal here
  • Add support for Terragrunt wrappers which follow the norms of our other modules

Don't miss a new terraform-aws-route53 release

NewReleases is sending notifications on new releases.