Skip to content

Commit

Permalink
fix missing launchconstraint in EB
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmancl committed Oct 5, 2021
1 parent 42a31fa commit 0f94cac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion elasticbeanstalk/sc-portfolio-elasticbeanstalk.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,15 @@
"PortfolioId" : {"Ref":"SCElasticBeanstalkportfolio"},
"PrincipalType" : "IAM"
}
},
},
"LaunchConstraintRole": {
"Type" : "AWS::CloudFormation::Stack",
"Condition":"CreateLaunchConstraint",
"Properties" : {
"TemplateURL" : {"Fn::Sub": "${RepoRootURL}iam/sc-elasticbeanstalk-launchrole.yml"},
"TimeoutInMinutes" : 5
}
},
"pythonbeanstalkproduct": {
"Type" : "AWS::CloudFormation::Stack",
"Properties" : {
Expand Down

0 comments on commit 0f94cac

Please sign in to comment.