Skip to content

Commit 9572a85

Browse files
Vipin KumarVipin Kumar
authored andcommitted
unskip the policy in cos bucket module
1 parent 0184480 commit 9572a85

File tree

1 file changed

+1
-1
lines changed
  • solutions/fully-configurable

1 file changed

+1
-1
lines changed

solutions/fully-configurable/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ module "cos_bucket" {
268268
kms_guid = local.existing_kms_guid
269269
kms_encryption_enabled = var.kms_encryption_enabled_buckets
270270
kms_key_crn = local.cos_kms_key_crn
271-
skip_iam_authorization_policy = true
271+
skip_iam_authorization_policy = false
272272
management_endpoint_type = var.management_endpoint_type_for_bucket
273273
storage_class = value.class
274274
resource_instance_id = local.cos_instance_crn

0 commit comments

Comments
 (0)