Skip to content

Commit 8e4fc17

Browse files
committed
chore: updated policies with Version
1 parent ea708fe commit 8e4fc17

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
@@ -188,6 +188,7 @@ Resources:
188188
Policies:
189189
- PolicyName: AllowSqsIntegration
190190
PolicyDocument:
191+
Version: "2012-10-17"
191192
Statement:
192193
- Effect: Allow
193194
Action:
@@ -391,6 +392,7 @@ Resources:
391392
Policies:
392393
- PolicyName: AllowDdbStreamRead
393394
PolicyDocument:
395+
Version: "2012-10-17"
394396
Statement:
395397
- Effect: Allow
396398
Action:

unicorn_properties/integration/subscriptions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Resources:
6565
Policies:
6666
- PolicyName: PutEventsOnUnicornPropertiesEventBus
6767
PolicyDocument:
68+
Version: "2012-10-17"
6869
Statement:
6970
- Effect: Allow
7071
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
@@ -248,6 +248,7 @@ Resources:
248248
Policies:
249249
- PolicyName: AllowSqsIntegration
250250
PolicyDocument:
251+
Version: "2012-10-17"
251252
Statement:
252253
- Effect: Allow
253254
Action:
@@ -256,6 +257,7 @@ Resources:
256257
Resource: !GetAtt UnicornWebIngestQueue.Arn
257258
- PolicyName: AllowLambdaInvocation
258259
PolicyDocument:
260+
Version: "2012-10-17"
259261
Statement:
260262
- Effect: Allow
261263
Action:

0 commit comments

Comments
 (0)