terraform-aws-acm
terraform-aws-acm copied to clipboard
feat: Added extension for alternative zone_id's for SAN's
Description
This is a proposed change to keep backwards compatibility while providing functionality to allow subject alternative names to optionally include a different Route53 Zone ID (if not provided assume var.zone_id
)
Motivation and Context
Resolves: https://github.com/terraform-aws-modules/terraform-aws-acm/issues/21
This is an alternative approach to https://github.com/terraform-aws-modules/terraform-aws-acm/pull/91 but to keep extra data objects outside of the module. This implementation doesnt use data route53 calls and keeps provider & terraform version backwards compatibility while using explicit configuration for the SAN you wish to handle differently.
Breaking Changes
Should be fully backwards compatible.
The try()
calls allow both old (strings) and alternative (map) representations of each SAN element.
How Has This Been Tested?
- [X] I have tested and validated these changes using one or more of the provided
examples/*
projects
Tested with DNS example and created a DNS example for multiple Route53 zones which was also tested with the below combinations:
- TF0.12.26 & Provider 2.53
- TF1.0.10 & Provider 3.71
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
Hi @antonbabenko , don't wana pressure/rush anything. just commenting to keep the bot from closing :)
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
Would be great to get this across.
@ZeePal it seems there are some conflicts I guess meanwhile you can try and solve them?
Please Mr Bot don't close this PR
@FabioAntunes srry for the delay, git conflict resolved. be kind for a little longer Mr Bot.
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
Mr bot, don't
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
Mr bot, stop trying to close this.
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
This PR was automatically closed because of stale in 10 days
Can this be reopened?
I'm going to lock this pull request because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.