Skip to content

feat!: Refactor modules to group single resource modules into higher order modules #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bryantbiggs
Copy link
Member

@bryantbiggs bryantbiggs commented Aug 1, 2025

Description

  • 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

Motivation and Context

Breaking Changes

  • Yes; there are no attempts at trying to migrate resources from v5.0 and prior into this new module structure. Users are free to continue using the prior versions as is, forking at a prior version and utilizing their fork if they require changes, or removing the resources in question from Terraform state and performing imports into the new module structure

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant