Skip to content

v6.6.2

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 12 Jun 13:12
· 305 commits to main since this release
5c7567b

6.6.2 (2023-06-12)

Bug Fixes

  • issue preventing from creating a COS instance only with authorization policy (#410) (5c7567b)

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.