Skip to content

Commit c923c86

Browse files
fix iam policy version
1 parent daed0bd commit c923c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cicd/2-cicd/cicd.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AWSTemplateFormatVersion: 2012-10-17
1+
AWSTemplateFormatVersion: 2010-09-09
22
Transform: AWS::Serverless-2016-10-31
33
Description: Javabulder Continuous Integration pipeline
44

@@ -372,7 +372,7 @@ Resources:
372372
Topics:
373373
- !Ref PipelineNotificationTopic
374374
PolicyDocument:
375-
Version: '2008-10-17'
375+
Version: '2012-10-17'
376376
Statement:
377377
- Sid: AWSCodeStarNotifications_publish
378378
Effect: Allow

0 commit comments

Comments
 (0)