cisagov / cool-dns-cyber.dhs.gov

Terraform configuration to create and populate the cyber.dhs.gov zone.
Creative Commons Zero v1.0 Universal
3 stars 9 forks source link

Combine identically-named TXT records #39

Closed jsf9k closed 3 years ago

jsf9k commented 3 years ago

๐Ÿ—ฃ Description

This pull request combines TXT records with identical name attributes.

๐Ÿ’ญ Motivation and Context

This corrects a bug in #38 by @cablej that went undetected by me, our CI pipeline, and the human reviewers. I only noticed it when I attempted to apply the changes via Terraform after merging the PR. Terraform cannot create two TXT records with the same name attribute; they must be combined into a single record.

๐Ÿงช Testing

These changes have already been applied to COOL production.

โœ… Checklist