helmfile / vals

Helm-like configuration values loader with support for various sources
Apache License 2.0
557 stars 74 forks source link

docs: Improve clarity around how to access Pulumi stack outputs #547

Closed WillDaSilva closed 1 month ago

WillDaSilva commented 1 month ago

Currently the docs explain how to use the pulumistateapi provider to access attributes from resources in a Pulumi stack. This is great, but not what most users will want to do, since reaching into particular resources and grabbing their attributes isn't stable compared to using values that have been explicitly exported by calling pulumi.export, i.e. the Pulumi stack output. Fortunately the Pulumi API exposes the Pulumi stack output as a resource in the stack, so we can access it using the resource type pulumi_pulumi_Stack as now explained in README.md.