Skip to content

Commit

Permalink
[Bug Fix] fargate/service-* - invalid source for ECS events
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Apr 14, 2022
1 parent b5e7bcc commit 0b0b589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fargate/service-cloudmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ Resources:
Properties:
EventPattern:
source:
- 'aws.ec2'
- 'aws.ecs'
'detail-type':
- 'ECS Service Action'
resources:
Expand Down
2 changes: 1 addition & 1 deletion fargate/service-cluster-alb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ Resources:
Properties:
EventPattern:
source:
- 'aws.ec2'
- 'aws.ecs'
'detail-type':
- 'ECS Service Action'
resources:
Expand Down
2 changes: 1 addition & 1 deletion fargate/service-dedicated-alb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ Resources:
Properties:
EventPattern:
source:
- 'aws.ec2'
- 'aws.ecs'
'detail-type':
- 'ECS Service Action'
resources:
Expand Down

0 comments on commit 0b0b589

Please sign in to comment.