File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ deployment_validation:
111111 - pip install PyYAML
112112
113113 script :
114- # Validate CloudFormation service role template syntax
115- - aws cloudformation validate-template --template-body file://iam-roles/cloudformation-management/IDP-Cloudformation-Service-Role.yaml --no-cli-pager
116114 # Check if service role has sufficient permissions for main stack deployment
117115 - |
118116 python3 -c "
Original file line number Diff line number Diff line change @@ -91,15 +91,6 @@ Resources:
9191 Action :
9292 - codebuild:BatchGetBuilds
9393 Resource : !Sub "arn:aws:codebuild:*:${AWS::AccountId}:project/*"
94- - PolicyName : CloudFormationValidatePolicy
95- PolicyDocument :
96- Version : ' 2012-10-17'
97- Statement :
98- - Sid : CloudFormationValidate
99- Effect : Allow
100- Action :
101- - cloudformation:ValidateTemplate
102- Resource : " *"
10394 - PolicyName : CloudWatchLogsAccessPolicy
10495 PolicyDocument :
10596 Version : ' 2012-10-17'
You can’t perform that action at this time.
0 commit comments