Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 27 Jan 21:36
c88d5bc

BREAKING CHANGE: Because this release changes resource addresses, it will result in Terraform destroying and recreating some resources. Please consider removing aws_route53_record resources from the state and importing them to the new resource addresses if you do not with for any destructive changes.

Fix: Add BridgeCrew Suppressions @korenyoni (#39)

what

  • Add BridgeCrew suppressions

why

Add suppressions appearing in #37

CleanShot 2022-01-27 at 23 08 27@2x

references

Chore: Run 'make github/init' @korenyoni (#38)

what

  • Run make github/init

why

references

  • N/A

🐛 Bug Fixes

Fix: create records using `for_each` instead of `count` @1david5 (#37)

what

  • Modify default and ipv6 aws_route53_record resources to use for_each instead of count.

why

  • Prevent destroying and recreating DNS records when removing elements from aliases list.