Returns a stack name formatted with the greatest possible specificity:
org/project/stack or user/project/stack Using this format avoids
ambiguity in stack identity guards creating or selecting the wrong stack.
Note: legacy DIY backends (local file, S3, Azure Blob) do not support
stack names in this format, and instead only use the stack name without an
org/user or project to qualify it.
Returns a stack name formatted with the greatest possible specificity:
org/project/stack
oruser/project/stack
Using this format avoids ambiguity in stack identity guards creating or selecting the wrong stack.Note: legacy DIY backends (local file, S3, Azure Blob) do not support stack names in this format, and instead only use the stack name without an org/user or project to qualify it.
See: https://github.com/pulumi/pulumi/issues/2522
Non-legacy DIY backends do support the
org/project/stack
format, butorg
must be set to "organization".