Mineiros Io Terraform Aws Route53 Versions Save

A Terraform module to create a Route53 Domain Name System (DNS) on Amazon Web Services (AWS). https://aws.amazon.com/route53/

v0.6.0

2 years ago

Changelog

Added

  • Add support for Terraform v1.x

v0.5.0

3 years ago

Added

  • Add support for Terraform v0.15

v0.4.0

3 years ago

Added

  • Add support for Terraform v0.14.x

Fix

  • Fix wrong wording in README.md

v0.3.0

3 years ago

Added

  • Add support for Terraform v0.13.x
  • Add support for Terraform AWS Provider v3.x
  • Prepare support for Terraform v0.14.x

v0.2.3

3 years ago

Changelog

Added

  • Add README.md to examples/

Fixed

  • Correct typos in README.mds

v0.2.2

3 years ago

Changelog

  • work around a terraform issue in module_depends_on argument

v0.2.1

3 years ago

Changelog

  • upgrade build-tools to v0.5.3
  • upgrade pre-commit-hooks to v0.1.4
  • add phony-targets and markdown-link-check hooks
  • update logo and badges in README.md

v0.2.0

4 years ago

Changelog

  • implement module_enabled and module_depends_on
  • run docker containers as current user
  • add outputs
  • improved examples

v0.1.0

4 years ago

First stable release.

Changelog

  • Extended the basic routing example. The module now creates a working website that is hosted on S3.
  • Added some basic documentation to this module.

v0.0.6

4 years ago

Changelog

  • add alias record to basic routing example
  • upgrade pre-commit hooks to v0.1.0