colossal-boots-62227
02/09/2022, 9:17 AMContainerDefinition with embedded Input ’s rather than building a big JSON string) for the AWS classic provider? It’s defined as pulumi.Input[str] in TaskDefinitionArgs which seems to force us to serialize it as a string (after using all/apply/concat on the Output ’s as usual). I assume this is an upstream (Terraform) restriction, yet it works for awsx somehow.