Skip to content

v1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 19:16
· 20 commits to main since this release
ddd84ef

🚀 Enhancements

default `var.domains` to `{}` @kevcube (#17)

what

  • if not specified, terraform errors trying to iterate over null

why

  • iterating with this module and wanted to use blank config, terraform errored.

references