I see that <https://github.com/pulumi/pulumi-aws/p...
# general
c
I see that https://github.com/pulumi/pulumi-aws/pull/1054 has recently landed (👏), is there any way to do the same thing (build a
ContainerDefinition
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.