Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rjjaegeraws committed May 7, 2024
1 parent 6fb9840 commit 32ad736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cdk-constructs/src/vpc/asg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class RsysLogAutoScalingGroup extends Construct {
autoScalingGroupName: `${props.acceleratorPrefix}RsyslogAutoScalingGroup`,
launchTemplate: {
launchTemplateId: launchTemplate.ref,
version: launchTemplate.attrLatestVersionNumber
version: launchTemplate.attrLatestVersionNumber,
},
vpcZoneIdentifier: props.subnetIds,
maxInstanceLifetime: props.maxInstanceAge * 86400,
Expand Down

0 comments on commit 32ad736

Please sign in to comment.