stocky-spoon-28903
12/04/2019, 3:12 PMwhite-balloon-205
awsx
. I believe that library does currently include some defaults that are probably not appropriate here which may be causing this problem - you could pass rootBlockDevice: null
and ebsBlockDevices: null
to new awsx.autoscaling.AutoScalingLaunchConfiguration
to avoid getting those defaults - does that solve this?
If so - fixing this is part of https://github.com/pulumi/pulumi-awsx/issues/340 - please do upvote that one.high-jackal-29091
12/05/2019, 9:33 AMType 'null' is not assignable to type 'LaunchConfigurationRootBlockDevice | Promise<LaunchConfigurationRootBlockDevice> | OutputInstance<LaunchConfigurationRootBlockDevice> | undefined'.
rootBlockDevice: {
volumeSize: 275,
volumeType: "gp2",
},
white-balloon-205