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
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