Skip to content

Commit

Permalink
Merge pull request #462 from cdklabs/notice
Browse files Browse the repository at this point in the history
chore: fix typo for notice for aws/aws-cdk#29610
  • Loading branch information
paulhcsun committed Apr 3, 2024
2 parents e12c58e + e693b97 commit f418b85
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 f418b85

Please sign in to comment.