late-balloon-24601
12/21/2024, 12:43 PMoutputs:
standardComponentResource:
bucket: ${standardComponentResource.bucket.arn}
accountId: ${standardComponentResource.thisAccountId}
However, the preview thinks this is going to be a string:
Outputs:
standardComponentResource: output<string>
When deployed it does actually output the object as expected, but the preview being incorrect is a bit annoying. Does YAML not support object outputs?
Edit: Opened an issue here, because I feel like YAML is just outputting wrong: https://github.com/pulumi/pulumi-yaml/issues/705