diff --git a/infrastructure/terraform/shared/main.tf b/infrastructure/terraform/shared/main.tf index bc16dc70..9d272eb6 100644 --- a/infrastructure/terraform/shared/main.tf +++ b/infrastructure/terraform/shared/main.tf @@ -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 = ["/*"]