Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 2.72 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.

2.0.0 (2021-03-15)

⚠ BREAKING CHANGES

  • add Terraform 0.13 constraint and module attribution (#40)

Features

  • add Terraform 0.13 constraint and module attribution (#40) (e46c56c)

1.2.0 (2020-06-01)

Features

  • Add support for var.labels (#29) (ca19209)
  • Add variables to configure key_algorithm and key_protection_level (#27) (3f01a09)

1.1.1 (2020-05-20)

Bug Fixes

  • Map outputs by slicing the outputs to the length of inputs (#20) (338fff6)

Added

  • Allow setting prevent_destroy lifecycle value on keys, add keyring resource output #14
  • Added continuous integration using Cloud Build. #11

1.0.0 - 2019-07-19

Changed

  • Supported version of Terraform is 0.12. #3

0.1.0 - 2019-05-16

Added

  • Initial release