Skip to content

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

v6.1.0

17 Apr 22:11
v6.1.0
c2d7fd4
Compare
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.

v6.0.0

30 Mar 15:35
v6.0.0
91e648c
Compare
Choose a tag to compare

6.0.0 (2023-03-30)

Bug Fixes

  • remove deprecated variables and rename kms variables (#322) (91e648c)

BREAKING CHANGES

  • The following input variables have been removed from the module: service_endpoints and bucket_endpoint
  • The following variables have been renamed:
    • existing_key_protect_instance_guid > existing_kms_instance_guid
    • key_protect_key_crn > kms_key_crn

v5.11.0

30 Mar 14:30
v5.11.0
7b99dfd
Compare
Choose a tag to compare

5.11.0 (2023-03-30)

Features

  • add fscloud profile module and example (#306) (7b99dfd)

v5.10.1

25 Mar 00:09
v5.10.1
0e187f6
Compare
Choose a tag to compare

5.10.1 (2023-03-25)

Bug Fixes

v5.10.0

08 Mar 13:56
v5.10.0
5b99ab3
Compare
Choose a tag to compare

5.10.0 (2023-03-08)

Features

  • add the ability to skip the IAM Auth policy creation (COS -> KMS) (#230) (5b99ab3)

v5.9.3

07 Mar 11:36
v5.9.3
20f03c0
Compare
Choose a tag to compare

5.9.3 (2023-03-07)

Bug Fixes

  • bump required ibm provider version to >=1.51.0 to ensure fix for this issue is in that allows the replication rule to replicate to/from buckets with numerics in the name (#255) (20f03c0)

v5.9.2

06 Mar 18:31
v5.9.2
0f92cab
Compare
Choose a tag to compare

5.9.2 (2023-03-06)

Bug Fixes

  • deps: update terraform github.com/terraform-ibm-modules/terraform-ibm-cbr to v1.1.4 (#256) (0f92cab)

v5.9.1

04 Mar 00:32
20811ea
Compare
Choose a tag to compare

5.9.1 (2023-03-04)

Bug Fixes

  • deps: update terraform github.com/terraform-ibm-modules/terraform-ibm-cbr to v1.1.3 (#251) (20811ea)

v5.9.0

03 Mar 20:44
v5.9.0
0cc0759
Compare
Choose a tag to compare

5.9.0 (2023-03-03)

Features

  • add support to pass existing serviceID to use for generating the resource key (#232) (0cc0759)

v5.8.1

28 Feb 09:56
1710c83
Compare
Choose a tag to compare

5.8.1 (2023-02-28)

Bug Fixes

  • apply endpoints to both buckets (f3fa11d)