v6.6.2
terraform-ibm-modules-ops
released this
12 Jun 13:12
·
305 commits
to main
since this release
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.