Skip to content

Commit

Permalink
chore: fix typo for notice for aws/aws-cdk#29610
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun committed Apr 3, 2024
1 parent e12c58e commit e693b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
{
"title": "(events-targets): Hardcoded AWS Partition in ECS task resource ARN",
"issueNumber": 29610,
"overview": "Partition in policy statement for `ecs:TagResource` action in `EcsTask` was hardcoded to `aws` instead of being resolved dynamically in v2.132.0, resulting in failure to deploy in any partition escept AWS with an IAM validation failure on the partition arn.",
"overview": "Partition in policy statement for `ecs:TagResource` action in `EcsTask` was hardcoded to `aws` instead of being resolved dynamically in v2.132.0, resulting in failure to deploy in any partition except AWS with an IAM validation failure on the partition arn.",
"components": [
{
"name": "aws-cdk-lib/aws-events-targets.EcsTask",
Expand Down

0 comments on commit e693b97

Please sign in to comment.