Skip to content

Commit 1b15c43

Browse files
committed
chore: updated policies with Version
1 parent 9e07417 commit 1b15c43

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

Unicorn.Contracts/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Resources:
189189
Policies:
190190
- PolicyName: AllowSqsIntegration
191191
PolicyDocument:
192+
Version: "2012-10-17"
192193
Statement:
193194
- Effect: Allow
194195
Action:
@@ -392,6 +393,7 @@ Resources:
392393
Policies:
393394
- PolicyName: AllowDdbStreamRead
394395
PolicyDocument:
396+
Version: "2012-10-17"
395397
Statement:
396398
- Effect: Allow
397399
Action:

Unicorn.Properties/Integration/subscriptions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Resources:
7070
Policies:
7171
- PolicyName: PutEventsOnUnicornPropertiesEventBus
7272
PolicyDocument:
73+
Version: "2012-10-17"
7374
Statement:
7475
- Effect: Allow
7576
Action: events:PutEvents

Unicorn.Web/Integration/subscriptions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Resources:
4848
Policies:
4949
- PolicyName: PutEventsOnUnicornWebEventBus
5050
PolicyDocument:
51+
Version: "2012-10-17"
5152
Statement:
5253
- Effect: Allow
5354
Action: events:PutEvents

Unicorn.Web/template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ Resources:
249249
Policies:
250250
- PolicyName: AllowSqsIntegration
251251
PolicyDocument:
252+
Version: "2012-10-17"
252253
Statement:
253254
- Effect: Allow
254255
Action:
@@ -257,6 +258,7 @@ Resources:
257258
Resource: !GetAtt UnicornWebIngestQueue.Arn
258259
- PolicyName: AllowLambdaInvocation
259260
PolicyDocument:
261+
Version: "2012-10-17"
260262
Statement:
261263
- Effect: Allow
262264
Action:

0 commit comments

Comments
 (0)