Skip to content
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

Add toggle for custom_from_subdomain DNS record creation #99

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

sarkis
Copy link
Contributor

@sarkis sarkis commented Oct 11, 2024

what

This module currently has no way to disable the custom_from_domain Route53 records from being created. Add a new variable create_custom_from_subdomain_record and default it to true to preserve the current behavior. Allows users that need this feature to toggle the option to false and get the desired results.

why

This is a problem for organizations that will need to manage DNS records outside of Route53 or in a different AWS account. Currently, other records in the module have a toggle, but the one for custom_from_subdomain seems to have been missed.

references

closes #98

@sarkis sarkis requested review from a team as code owners October 11, 2024 14:55
@mergify mergify bot added the triage Needs triage label Oct 11, 2024
@sarkis sarkis force-pushed the add-custom-subdomain-record-toggle branch 2 times, most recently from aa2fbcd to 0e4cd7f Compare October 11, 2024 19:48
variables.tf Outdated Show resolved Hide resolved
@sarkis sarkis force-pushed the add-custom-subdomain-record-toggle branch from 0e4cd7f to 9528458 Compare October 11, 2024 21:06
@sarkis sarkis requested a review from osterman October 11, 2024 21:24
@sarkis
Copy link
Contributor Author

sarkis commented Oct 29, 2024

bump ... is there anything else I can do to further this along to the next set of checks?

@osterman
Copy link
Member

I'm checking with the team

@Benbentwo
Copy link
Member

/terratest

@mergify mergify bot removed the triage Needs triage label Oct 30, 2024
Copy link
Member

@Benbentwo Benbentwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like missed var.

main.tf Outdated Show resolved Hide resolved
@mergify mergify bot added the triage Needs triage label Oct 30, 2024
@Benbentwo
Copy link
Member

/terratest

@mergify mergify bot removed the triage Needs triage label Oct 30, 2024
@Benbentwo
Copy link
Member

/terratest

@Benbentwo Benbentwo enabled auto-merge (squash) October 30, 2024 20:44
@Benbentwo Benbentwo merged commit 4d67975 into cloudposse:main Oct 30, 2024
16 checks passed
Copy link

These changes were released in v0.25.1.

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

Successfully merging this pull request may close these issues.

Allow managing custom subdomain DNS records outside of module and account
3 participants