https://pulumi.com logo
Title
g

green-tailor-15840

01/26/2023, 8:00 PM
Hey folks. Hitting an oddity with outputs/strings when transitioning from
aws
->
awsnative
. Specifically an API where an
Output
worked before, now hitting a runtime error with AWS’s CloudControl complaining that it
expected type: String, found: JSONObject
. The API isn’t a direct mapping, formerly a plain object, now a
ServiceKeyValuePairArgs
. Anyone experienced anything like this before? Filed an issue here.
I dug in to this quite a bit today. As far as I can tell, the Pulumi `Output`s are not being handled as expected during this deployment.