Skip to content

Releases: terraform-aws-modules/terraform-aws-route53

v6.1.1

21 Oct 09:03

Choose a tag to compare

6.1.1 (2025-10-21)

Bug Fixes

  • Update CI workflow versions to latest (#129) (b760b4e)

v6.1.0

25 Sep 19:33

Choose a tag to compare

6.1.0 (2025-09-25)

Features

  • Add support for ignoring vpc changes to support cross account zone associations (#128) (8e74e63)

v6.0.2

25 Sep 17:21

Choose a tag to compare

6.0.2 (2025-09-25)

Bug Fixes

  • Catch error and fall back when records.name is not provided (#127) (6391f1b)

v6.0.1

23 Sep 16:37

Choose a tag to compare

6.0.1 (2025-09-23)

Bug Fixes

  • Correct records output to use Route53 records resource (#125) (065926c)

v6.0.0

20 Sep 13:11

Choose a tag to compare

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

v5.0.0

19 Mar 11:44

Choose a tag to compare

5.0.0 (2025-03-19)

⚠ BREAKING CHANGES

  • Support timeouts, cidr_routing_policy, MSV of AWS provider v5 (#116)

Features

  • Support timeouts, cidr_routing_policy, MSV of AWS provider v5 (#116) (44f97fc)

Bug Fixes

  • Update CI workflow versions to latest (#113) (91f5b54)

v4.1.0

03 Sep 20:32

Choose a tag to compare

4.1.0 (2024-09-03)

Features

  • Add zone-cross-account-vpc-association submodule (#109) (3615131)

v4.0.1

31 Aug 02:47

Choose a tag to compare

4.0.1 (2024-08-31)

Bug Fixes

v4.0.0

17 Aug 23:48

Choose a tag to compare

4.0.0 (2024-08-17)

⚠ BREAKING CHANGES

  • Add primary name server to outputs in modules/zones. Bump AWS provider version to 4 (#108)

Features

  • Add primary name server to outputs in modules/zones. Bump AWS provider version to 4 (#108) (0fa1069)

v3.1.0

08 Jun 19:48

Choose a tag to compare

3.1.0 (2024-06-08)

Features