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 an option to disable IPv6 (don't create the AAAA record in Route 53). #365

Conversation

davehensley
Copy link
Contributor

@davehensley davehensley commented Jul 12, 2020

Fixes #364

Add the ability to create the A record but not the AAAA record in Route 53.

Changes proposed in this pull request:

  • Add an option createRoute53IPv6Record which, if set to false, skips creation of the IPv6 (AAAA) record even if createRoute53Record is true.

@sonarcloud
Copy link

sonarcloud bot commented Jul 12, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rddimon rddimon mentioned this pull request Jan 27, 2022
@rddimon rddimon closed this in #480 Jan 27, 2022
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.

Add an option to disable IPv6 (create the A record but not the AAAA record in Route 53)
1 participant