Merge pull request #138 from rstudio/fix-launch-template

Use latest version of the launch template
This commit is contained in:
Greg Lin 2022-08-26 13:32:55 -05:00 committed by GitHub
commit 8a74b32f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,7 @@ rBuildsBatchComputeEnvironment:
LaunchTemplate: LaunchTemplate:
LaunchTemplateId: LaunchTemplateId:
Ref: rBuildsEcsLaunchTemplate Ref: rBuildsEcsLaunchTemplate
Version: '$Latest'
SpotIamFleetRole: SpotIamFleetRole:
"Fn::GetAtt": [ rBuildsSpotFleetIamRole, Arn ] "Fn::GetAtt": [ rBuildsSpotFleetIamRole, Arn ]
SecurityGroupIds: ${self:custom.securityGroupIds} SecurityGroupIds: ${self:custom.securityGroupIds}