Skip to content

Releases: terraform-ibm-modules/terraform-ibm-cos

v5.1.0

18 Jan 16:34
v5.1.0
7a632af
Compare
Choose a tag to compare

5.1.0 (2023-01-18)

Features

  • add support to set service endpoint value (defaults now to public-and-private) (#133) (7a632af)

v5.0.1

18 Jan 14:37
v5.0.1
733afe0
Compare
Choose a tag to compare

5.0.1 (2023-01-18)

Bug Fixes

v5.0.0

10 Jan 14:08
v5.0.0
efa7cfd
Compare
Choose a tag to compare

5.0.0 (2023-01-10)

Features

  • remove support for creating key protect resources (#119) (efa7cfd)
  • restapi provider is no longer required to run this module (#119) (efa7cfd)

BREAKING CHANGES

  • remove direct support for creating key protect instance / key rings / keys from this module (use https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive directly for creating key protect resources going forward).
  • The following variables are no longer valid: cos_key_name, existing_cos_key_ring_name, cos_key_ring_name, create_key_protect_key, key_protect_tags, enable_key_protect_metrics, key_protect_instance_name, create_key_protect_instance
  • restapi provider is no longer required to run this module

v4.0.3

06 Jan 00:19
v4.0.3
67a72c5
Compare
Choose a tag to compare

4.0.3 (2023-01-06)

Bug Fixes

  • deps: update terraform github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive to v3.0.2 (#109) (67a72c5)

v4.0.2

05 Jan 18:26
v4.0.2
92c4c7d
Compare
Choose a tag to compare

4.0.2 (2023-01-05)

Bug Fixes

v4.0.1

05 Jan 12:31
v4.0.1
abea9bd
Compare
Choose a tag to compare

4.0.1 (2023-01-05)

Bug Fixes

  • deps: update terraform ibm to v1.49.0 (#106) (6992976)

v4.0.0

04 Jan 08:52
v4.0.0
f335fc6
Compare
Choose a tag to compare

4.0.0 (2023-01-04)

Features

  • var.bucket_name has been added to allow consumers complete control over the naming of buckets. This is a required variable if var.create_cos_bucket is true.
  • var.cos_instance_name is now required if var.create_cos_instance is true to allow consumers complete control over the naming of the COS instance.
  • var.existing_cos_key_ring_name is now available to create a key in an already existing key ring. Previously the module only supported creating a new key ring.
  • var.enable_key_protect_metrics has been added to allow consumers to enable or disable metrics on a newly provisioned Key Protect instance.

Fixes

  • var.existing_cos_instance_id must now be used to pass an existing COS instance. Fix for timing issue. (#99) (f335fc6)
  • var.cos_key_name now takes a string input instead of a list, as only 1 key can ever be passed into the bucket for encrpytion.

BREAKING CHANGES

  • var.bucket_infix and var.environment_name have both been removed. Use var.bucket_name to create the bucket name now. Previously the bucket name was named like "${var.environment_name}${local.infix}-bucket-${var.region}".
  • You now need to use var.cos_instance_name for naming the COS instance to be provisioned. Previously, the COS instance was named like "${var.environment_name}-cos".
  • var.existing_cos_instance_id must now be used to pass an existing COS instance.
  • var.cos_key_name now takes a string input instead of a list.
  • key_protect_instance_id output was actually outputting the GUID, so the output has been renamed to key_protect_instance_guid.

v3.2.5

24 Dec 00:17
v3.2.5
bce189b
Compare
Choose a tag to compare

3.2.5 (2022-12-24)

Bug Fixes

  • deps: update terraform github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive to v2.0.3 (#97) (bce189b)

v3.2.4

23 Dec 15:50
v3.2.4
057b9b3
Compare
Choose a tag to compare

3.2.4 (2022-12-23)

Bug Fixes

  • deps: update terraform github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive to v2.0.1 (#96) (057b9b3)

v3.2.3

20 Dec 18:25
v3.2.3
e09b0db
Compare
Choose a tag to compare

3.2.3 (2022-12-20)

Bug Fixes

  • deps: update terraform github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive to v2 (#87) (e09b0db)