Skip to content

Latest commit

 

History

History
155 lines (91 loc) · 4 KB

CHANGELOG.md

File metadata and controls

155 lines (91 loc) · 4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add support for Terraform v1.x

Added

  • Add support for Terraform v0.15

0.4.0 - 2021-04-22

Added

  • Add support for Terraform v0.14

Fix

  • Fix wrong wording in README.md

Added

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

0.2.3 - 2020-07-22

Added

  • Add README.md to examples/

Fixed

  • Update documentation

0.2.2 - 2020-06-13

Changed

  • Work around a terraform issue in module_depends_on argument.

0.2.1 - 2020-06-04

Added

  • Add phony-targets and markdown-link-check hooks.

Changed

0.2.0 - 2020-05-04

Added

  • Implement module_enabled and module_depends_on.

0.1.0 - 2020-02-27

Added

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

0.0.6 - 2020-02-26

Added

  • Add alias record to basic routing example.

Changed

  • Upgrade pre-commit hooks to v0.1.0.

0.0.5 - 2020-02-26

Added

  • Add support for records with computed input parameters.

Changed

  • Merge records, failover records and weighted records into a single list records ( breaking change ).

0.0.4 - 2020-02-24

Added

  • Introduced reference_name to set the delegation set's optional reference name.

Changed

  • Do not set a default reference-name (breaking change).

0.0.3 - 2020-02-24

Added

  • Add support for weighted and failover records.

0.0.2 - 2020-02-18

Added

  • Add variable default_ttl to set a default TTL ( Time to Live) for all records and don't have an explicit TTL set. The default value is 3600 ( 1 hour ).
  • Add toggle enable_module to dynamically switch the resource creation on and off.

0.0.1 - 2020-02-16

Added

  • Implement support for aws_route53_zone resource.
  • Implement support for aws_route53_record resource.