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.
4.2.1 (2022-12-29)
4.2.0 (2022-11-28)
4.1.0 (2021-12-22)
4.0.0 (2021-06-23)
target_name_server_addresses
is now a list of objects, allowing settingforwarding_path
for each address.- add Terraform 0.13 constraint and module attribution (#22)
- add force_destroy variable for zones (#29) (8bb8746)
- add Terraform 0.13 constraint and module attribution (#22) (52cd08a)
- allow setting routing path for
target_name_server_addresses
(#27) (53955cb)
3.1.0 (2020-11-22)
3.0.2 - 2020-06-01
- Ensured description is properly passed through to zones.
3.0.1 - 2020-03-04
- Fix item lookup in dynamic dnssec block. #6
3.0.0 - 2019-10-24
- DNSSEC support. #4
- BREAKING The
record_names
andrecord_data
variables have been combined intorecordsets
, and have switched to usingfor_each
. Upgrading instructions are in the v3.0 migration guide. #4
2.0.0 - 2019-08-18
- Updated for Terraform 0.12. #3
- BREAKING the
zone_type
variable has been renamed totype
for uniformity with thename
anddomain
variables - BREAKING list/map variables now leverage 0.12 constructs internally, and have been simplified and renamed accordingly:
private_visibility_config
has been renamed toprivate_visibility_config_networks
and is now a simple list of VPC self linkstarget_name_servers
has been renamed totarget_name_server_addresses
and is now a simple list of addresses
1.0.0 - 2019-06-17
- Initial release. #2