Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

59 lines (37 loc) · 2.27 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.

3.0.2 - 2020-06-01

Fixed

  • Ensured description is properly passed through to zones.

3.0.1 - 2020-03-04

Fixed

  • Fix item lookup in dynamic dnssec block. #6

3.0.0 - 2019-10-24

Added

  • DNSSEC support. #4

Changed

  • BREAKING The record_names and record_data variables have been combined into recordsets, and have switched to using for_each. Upgrading instructions are in the v3.0 migration guide. #4

2.0.0 - 2019-08-18

Changed

  • Updated for Terraform 0.12. #3
  • BREAKING the zone_type variable has been renamed to type for uniformity with the name and domain variables
  • BREAKING list/map variables now leverage 0.12 constructs internally, and have been simplified and renamed accordingly:
    • private_visibility_config has been renamed to private_visibility_config_networks and is now a simple list of VPC self links
    • target_name_servers has been renamed to target_name_server_addresses and is now a simple list of addresses

1.0.0 - 2019-06-17

Added

  • Initial release. #2