able-beard-29160
05/23/2020, 6:04 PMpulumi.StackReference
work with anything else other than the Pulumi service? I'm not sure what to pass as a stack name to the constructor.$organization/$project
part. That means all stacks names share a single namespace and I'll have to implement my own namespacing convention using something other than /
, e.g., .
.millions-furniture-75402
05/26/2020, 4:29 PM$organization/$project
don’t facilitate any separation in shared state / stack references, so you’ll have to do $organization/$project/$environment.$stack
so you can reference the stack by ${environment}.${stack}
?able-beard-29160
05/27/2020, 8:28 PM