Skip to content

Commit 6cfa5eb

Browse files
authored
fix for 1205 (#1223)
* change to latest number * prettier
1 parent a588e9a commit 6cfa5eb

File tree

1 file changed

+1
-1
lines changed
  • src/lib/cdk-constructs/src/vpc

1 file changed

+1
-1
lines changed

Diff for: src/lib/cdk-constructs/src/vpc/asg.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class RsysLogAutoScalingGroup extends Construct {
101101
autoScalingGroupName: `${props.acceleratorPrefix}RsyslogAutoScalingGroup`,
102102
launchTemplate: {
103103
launchTemplateId: launchTemplate.ref,
104-
version: '1',
104+
version: launchTemplate.attrLatestVersionNumber,
105105
},
106106
vpcZoneIdentifier: props.subnetIds,
107107
maxInstanceLifetime: props.maxInstanceAge * 86400,

0 commit comments

Comments
 (0)