https://pulumi.com logo
#pulumi-cloud
Title
# pulumi-cloud
f

full-artist-27215

06/27/2022, 6:37 PM
Is there a way to access a value in a stack output object in a Stack README? The documentation mentions plain old outputs, as well as indexing into array outputs, but seems to be silent on objects.
l

lemon-agent-27707

06/27/2022, 8:09 PM
You should be able to use the same property path syntax that is documented here for ignore changes: https://www.pulumi.com/docs/intro/concepts/resources/options/ignorechanges/
Including support for indexing into objects
f

full-artist-27215

06/27/2022, 8:21 PM
@lemon-agent-27707 looks like that did the trick; thanks!
partypus 8bit 1
5 Views