Skip to content

Commit fa2544b

Browse files
committed
grant the data and insight permission to write to this datahub config bucket
1 parent 8b02b3e commit fa2544b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/core/05-departments.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ module "department_data_and_insight" {
169169
bucket_arn = module.datahub_config.bucket_arn
170170
kms_key_arn = module.datahub_config.kms_key_arn
171171
paths = []
172-
actions = ["s3:Get*", "s3:List*", ]
172+
actions = ["s3:Get*", "s3:List*", "s3:Put*", "s3:Delete*"]
173173
},
174174
]
175175
}

0 commit comments

Comments
 (0)