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

Route53 record length fix #59

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Conversation

zachreborn
Copy link
Owner

@zachreborn zachreborn commented Apr 2, 2024

Description

If a record in var.records is longer than 255 characters, we split the record every 255 characters with \"\" between each 255th and 256th character.

Fixes #58

TODOs

  • Update the docs.
  • All tests run successfull, including pre-commit checks.
  • Include release notes and description.

- If a record in var.records is longer than 255 characters, we split the record every 255 characters with \"\" between each 255th and 256th character.
@zachreborn zachreborn merged commit 67d19c5 into main Apr 2, 2024
7 checks passed
@zachreborn zachreborn deleted the route53_txt_record_length_issue branch April 2, 2024 16:51
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.

Route53 - Record length split
1 participant