Skip to content

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

v6.6.1

09 Jun 11:50
v6.6.1
33792ab

Choose a tag to compare

6.6.1 (2023-06-09)

Bug Fixes

  • remove legacy build status badge from doc (#415) (33792ab)

v6.6.0

11 May 09:00
496be5e

Choose a tag to compare

6.6.0 (2023-05-11)

Refactor

  • multiple outputs updated from lists of strings to strings (#384) (496be5e)

NB: The below outputs have been updated to now output strings. In previous versions, they output a list of strings. If you are consuming these outputs anywhere, you will need to update the code (see below example)

  • bucket_crn
  • bucket_id
  • bucket_name
  • bucket_storage_class
  • s3_endpoint_public
  • s3_endpoint_private
  • s3_endpoint_direct

Example:

In versions < v6.6.0:

bucket = module.cos.bucket_name[0]

In versions >=v6.6.0:

bucket = module.cos.bucket_name

v6.5.1

03 May 11:00
v6.5.1
9520095

Choose a tag to compare

6.5.1 (2023-05-03)

Bug Fixes

  • Updates the variable from encryption_enabled to kms_encryption_enabled (#378) (9520095)

v6.5.0

03 May 09:34
ab8977d

Choose a tag to compare

6.5.0 (2023-05-03)

Features

v6.4.1

02 May 16:41
v6.4.1
fafd014

Choose a tag to compare

6.4.1 (2023-05-02)

Bug Fixes

  • endpoint_type parameter is missing from cos_bucket (#383) (fafd014)

v6.4.0

02 May 13:38
v6.4.0
1083913

Choose a tag to compare

6.4.0 (2023-05-02)

Features

  • added ability to add random generated suffix to COS bucket name (#377) (1083913)

v6.3.1

27 Apr 12:20
v6.3.1
1566c45

Choose a tag to compare

6.3.1 (2023-04-27)

Bug Fixes

  • ensure auth policy is created before attempting to create bucket in FSCloud profile submodule (#381) (1566c45)

v6.3.0

24 Apr 08:19
v6.3.0
3f630ba

Choose a tag to compare

6.3.0 (2023-04-24)

Features

v6.2.0

18 Apr 15:48
v6.2.0
6c995dd

Choose a tag to compare

6.2.0 (2023-04-18)

Features

v6.1.0

17 Apr 22:11
v6.1.0
c2d7fd4

Choose a tag to compare

6.1.0 (2023-04-17)

Features

  • Introduce management_endpoint_type_for_bucket input parameter allowing to specify what endpoint type (private, public, direct) the provider uses to interact with the COS management API. The parameter was previous named bucket_endpoint in version 5.X.X of this module.