lemon-dog-29241
08/24/2021, 2:31 AMOutputs:
artifact_bucket_name : "12345-dev-codebuild-artifacts"
asg_name : "12345-dev"
etc ...
little-cartoon-10569
08/24/2021, 2:40 AMpulumi stack output
, and optionally add the --json
flag if that's helpful.up()
has completed, then you can use the outputs()
method of the stack.lemon-dog-29241
08/26/2021, 1:13 AMlittle-cartoon-10569
08/26/2021, 1:18 AMlemon-dog-29241
08/26/2021, 1:40 AM[ERROR] TypeError: Unsupported type "<class 'pulumi.automation._output.OutputValue'>" for value "'12345-dev-codebuild-artifacts'"
It's like as a whole the type is a dict, but each individual value is a pulumi output still and not just a string. Any thoughts? Would an apply be appropriate...?little-cartoon-10569
08/27/2021, 2:23 AM