Releases: terraform-ibm-modules/terraform-ibm-cos
Releases · terraform-ibm-modules/terraform-ibm-cos
v6.10.0
v6.9.0
v6.8.0
v6.7.0
v6.6.2
6.6.2 (2023-06-12)
Bug Fixes
Any consumer using multiple modules to create encrypted buckets will need to add skip_iam_authorization_policy = true to all but the first encrypted bucket created. Since the policy will be associated with the first bucket, all subsequent buckets, will need to depend on the first one.
Any consumer creating a COS instance with existing_kms_instance_guid and then creating encrypted bucket(s) later will need to move the existing_kms_instance_guid onto the first bucket to be created.
v6.6.1
v6.6.0
6.6.0 (2023-05-11)
Refactor
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