chilly-hairdresser-56259
06/02/2020, 4:03 PMui_image.image_name
it returns a pulumi.Output.output object
, which is expected however I need to insert the value as a string so I can create the container_definition. My question is how are you going about this? I thought the following would work, however it fails still. Maybe its plain as day and I just been staring at it too long. Error returns Container.image contains invalid characters.
faint-table-42725
06/02/2020, 4:25 PMoutput
after you’re within the apply…*arr
)chilly-hairdresser-56259
06/02/2020, 4:28 PMOutput.all(arg1, arg2,arg3).apply()
same resultfaint-table-42725
06/02/2020, 4:29 PMchilly-hairdresser-56259
06/02/2020, 4:45 PMfaint-table-42725
06/02/2020, 5:15 PMchilly-hairdresser-56259
06/02/2020, 5:18 PMfaint-table-42725
06/02/2020, 8:40 PM