File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,13 @@ Resources:
9292 - s3:PutObject
9393 - s3:DeleteObject
9494 Resource : arn:aws:s3:::samhstn.com/*
95+ - Effect : Allow
96+ Action :
97+ - cloudformation:ValidateTemplate
98+ - cloudformation:GetTemplate
99+ - cloudformation:CreateStack
100+ - cloudformation:UpdateStack
101+ Resource : " *"
95102
96103 Push :
97104 Type : AWS::CodeBuild::Project
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ Resources:
4444 - codebuild:BatchGetBuilds
4545 - codebuild:StartBuild
4646 Resource :
47- - !Sub " arn:aws:codebuild:${AWS::Region}:${AWS::AccountId}:project/Test"
4847 - !Sub " arn:aws:codebuild:${AWS::Region}:${AWS::AccountId}:project/Build"
48+ - !Sub " arn:aws:codebuild:${AWS::Region}:${AWS::AccountId}:project/Test"
4949
5050 GithubSecretParameter :
5151 Type : AWS::SecretsManager::Secret
You can’t perform that action at this time.
0 commit comments