update policy description

This commit is contained in:
Jun-te Kim 2026-03-31 10:42:42 +00:00
parent 3ae78816a5
commit 21fa5aad45

View file

@ -664,7 +664,7 @@ module "hubspot_etl_s3_read_and_write" {
source = "../modules/s3_iam_policy"
policy_name = "HubspotETLReadandWriteS3"
policy_description = "Allow ordnance Lambda to read and write from retrofit-data bucket"
policy_description = "Allow hubspot_etl_lambda Lambda to read and write from retrofit-data bucket"
bucket_arns = ["arn:aws:s3:::retrofit-data-${var.stage}"]
actions = ["s3:GetObject", "s3:ListBucket", "s3:PutObject"]
resource_paths = ["/*"]