Skip to content

Commit 86eacc7

Browse files
committed
minor refactoring
1 parent 9ece69c commit 86eacc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

create-deployment-group/saml.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Resources:
2929
Action:
3030
- codedeploy:CreateDeploymentGroup
3131
- codedeploy:DeleteDeploymentGroup
32+
- codedeploy:UpdateDeploymentGroup
3233
Resource: "*"
3334
- Effect: Allow
3435
Action:
@@ -49,5 +50,5 @@ Outputs:
4950
Description: Arn of the custom ECS service lambda
5051
Value: !GetAtt CreateBGServiceLambda.Arn
5152
Export:
52-
Name: !Join [':', [!Ref EnvironmentName, 'CreateBGServiceLambdaArn']]
53+
Name: !Join [':', [!Ref EnvironmentName, 'CreateBGDeploymentGroupLambdaArn']]
5354

0 commit comments

Comments
 (0)