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
andrecords
module with newzone
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 theresolver-endpoint
module - Remove
zone-cross-account-vpc-association
; this functionality is split up with the association authorization resource added within the newzone
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