Skip to content

Releases: lhaig/terraform-multicloud-dns

Update module for use in the public registry

27 Jul 12:18
Compare
Choose a tag to compare

The module has now been updated to be used in the public terraform registry

Improve outputs and usage as a module.

04 Aug 10:35
c17adea
Compare
Choose a tag to compare

This release makes two changes one of them will be breaking to current users:

simplifies output values by removing extra list element around each output
outputs for nameserver values now returned as single-level lists
non-list outputs now returned as strings
simplifies retrieval of values from other workspaces via terraform_remote_state
replaces provider declarations with required_providers block
follows recommended to keep explicit provider configurations only in the root module
allows module consumers to upgrade to newer provider versions without altering the module
eliminates need to pass aws_region and gcp_region as module inputs and declare as variables

Bug fix Release

25 Jul 19:30
4da2e2b
Compare
Choose a tag to compare

This release fixes a bug in the tags for GCP.

You can’t add an email address as a tag value

Version 0.2.1

29 Jan 17:36
88da857
Compare
Choose a tag to compare

Updated the AWS and Azure code to create tags that can be used to exclude the zones from deletion by a cleanup robot

Release to update to 0.12

29 Jan 13:28
89d00e9
Compare
Choose a tag to compare

Update the code to remove 0.11 deprecation warnings.

Initial Release

03 Dec 13:26
Compare
Choose a tag to compare

Initial Release of the module