Skip to content

Commit ed6a152

Browse files
committed
Fix spelling
1 parent 4e65d0d commit ed6a152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud-formation/ecs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Resources:
77
Statement:
88
- Effect: Allow
99
Action: sts:AssumeRole
10-
Principle:
10+
Principal:
1111
Service: ecs-tasks.amazonaws.com
1212
Path: /gocapture/
1313
TaskRole:
@@ -18,7 +18,7 @@ Resources:
1818
Statement:
1919
- Effect: Allow
2020
Action: sts:AssumeRole
21-
Principle:
21+
Principal:
2222
Service: ecs-tasks.amazonaws.com
2323
Path: /gocapture/
2424
Cluster:

0 commit comments

Comments
 (0)