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.
- Add support for Terraform
v1.x
- Add support for Terraform
v0.15
0.4.0 - 2021-04-22
- Add support for Terraform
v0.14
- Fix wrong wording in README.md
- 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
- Add
README.md
toexamples/
- Update documentation
0.2.2 - 2020-06-13
- Work around a terraform issue in
module_depends_on
argument.
0.2.1 - 2020-06-04
- Add
phony-targets
andmarkdown-link-check
hooks.
- Upgrade build-tools to v0.5.3..
- Upgrade pre-commit-hooks to v0.1.4.
- Update logo and badges in README.md.
0.2.0 - 2020-05-04
- Implement
module_enabled
andmodule_depends_on
.
0.1.0 - 2020-02-27
- 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
- Add alias record to basic routing example.
- Upgrade pre-commit hooks to v0.1.0.
0.0.5 - 2020-02-26
- Add support for records with computed input parameters.
- Merge records, failover records and weighted records into a single list records ( breaking change ).
0.0.4 - 2020-02-24
- Introduced
reference_name
to set the delegation set's optional reference name.
- Do not set a default reference-name (breaking change).
0.0.3 - 2020-02-24
- Add support for weighted and failover records.
0.0.2 - 2020-02-18
- 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 creationon
andoff
.
0.0.1 - 2020-02-16
- Implement support for
aws_route53_zone
resource. - Implement support for
aws_route53_record
resource.