Skip to content

Commit

Permalink
fix typo }
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Dec 3, 2024
1 parent 1bc948c commit 5f5f2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ resource "aws_iam_role_policy" "app_task" {
"s3:GetObject",
"s3:PutObject"
],
"Resource": "${aws_s3_bucket.data_protection_keys.arn}/*"}
"Resource": "${aws_s3_bucket.data_protection_keys.arn}/*"
}
]
}
Expand Down

0 comments on commit 5f5f2d7

Please sign in to comment.