If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Revision number is at 10
UpdateEnvironment is called, returns revision 11 as part of the sdk API
This way it avoids the edge case where something (or someone) else updates the environment before your are able to list the revisions i.e. it makes it somewhat atomic.
Our use case here is we update the environment and then use that revision to pass through a pipeline tagging as dev, staging, prod, running pulumi up at each step.
Hello!
Issue details
This way it avoids the edge case where something (or someone) else updates the environment before your are able to list the revisions i.e. it makes it somewhat atomic.
Our use case here is we update the environment and then use that revision to pass through a pipeline tagging as dev, staging, prod, running
pulumi up
at each step.Affected area/feature
Esc SDK