Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Jun 1, 2022
1 parent 573cfaf commit 9ad8d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ declare const myLaunchTemplate: ec2.CfnLaunchTemplate;
const myComputeEnv = new batch.ComputeEnvironment(this, 'ComputeEnv', {
computeResources: {
launchTemplate: {
launchTemplateId: myLaunchTemplate.launchTemplateId as string,
launchTemplateId: myLaunchTemplate.ref as string,
},
vpc,
},
Expand Down

0 comments on commit 9ad8d54

Please sign in to comment.