Skip to content

Releases: terraform-ibm-modules/terraform-ibm-kms-key-ring

v2.0.1

05 Jan 12:22
v2.0.1
7bcc845
Compare
Choose a tag to compare

2.0.1 (2023-01-05)

Bug Fixes

  • deps: update terraform ibm to v1.49.0 (#125) (7bcc845)

v2.0.0

22 Dec 16:14
v2.0.0
2f1ed1e
Compare
Choose a tag to compare

2.0.0 (2022-12-22)

Features

  • default var.endpoint_type to public instead of private (#99) (2f1ed1e)

BREAKING CHANGES

  • Previously, consumers who were not explicitly passing a value for var.endpoint_type were consuming the default value of "private". When upgrading to this version, the default value is now "public", and so if not explicitly passing a value for var.endpoint_type it will cause terraform to attempt to destroy and recreate the key ring. To prevent this, ensure to now explicitly pass a value for var.endpoint_type.

v1.0.1

01 Dec 15:43
v1.0.1
d7a6585
Compare
Choose a tag to compare

1.0.1 (2022-12-01)

Bug Fixes

v1.0.0

08 Nov 16:34
v1.0.0
bed0ef1
Compare
Choose a tag to compare

1.0.0 (2022-11-08)

Bug Fixes

  • update default value and add validation (b251c33)

Features