You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This merges args which might contain userDataBase64 with a userData that's created even if undefined provided, and yields error like:
aws:ec2:LaunchConfiguration (local-launchcfg-general-purpose):
error: aws:ec2/launchConfiguration:LaunchConfiguration resource 'local-launchcfg-general-purpose' has a problem: "user_data": conflicts with user_data_base64
error: aws:ec2/launchConfiguration:LaunchConfiguration resource 'local-launchcfg-general-purpose' has a problem: "user_data_base64": conflicts with user_data
...because LC can't have both - so awsx made the userdatabase64 unusable.
The text was updated successfully, but these errors were encountered:
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: