userDataBase64 not respected for AutoScalingLaunchConfiguration #519
Labels
1.0
area/classic
Improvements or additions that reference AWS Classic
kind/bug
Some behavior is incorrect or out of spec
See
pulumi-awsx/awsx-classic/autoscaling/launchConfiguration.ts
Line 62 in 5f3b5d4
This merges args which might contain
userDataBase64
with auserData
that's created even ifundefined
provided, and yields error like:...because LC can't have both - so awsx made the userdatabase64 unusable.
The text was updated successfully, but these errors were encountered: