circleci icon indicating copy to clipboard operation
circleci copied to clipboard

Add pulumi/pulumi_stack select

Open chrsmith opened this issue 4 years ago • 1 comments

We should add a pulumi/stack_select orb. It isn't needed in many situations, because you can add a --stack flag to the up or preview commands.

However, when using Pulumi in CI and creating ephemeral environments you need to "select a stack, or create it if it is the first time referencing it". (https://github.com/pulumi/circleci/pull/30 describes this type of situation.)

By having a way to express pulumi stack select via an orb, it would be easier to use Pulumi in CircleCI.

chrsmith avatar Feb 16 '21 23:02 chrsmith

With Pulumi 3.0 it is actually needed, because --stack behaves differently.

rarous avatar Apr 26 '21 05:04 rarous