User Story:
As a developer
I need to be able to run pulumi commands to access a shared state
So that the dev team & github actions can access the state of the provisioned environment
Acceptance Criteria
GIVEN i am committing a pull request
WHEN the pulumi action is being triggered
THEN pulumi will apply the changes the previous run
AND the dev team will be able to access that new state
Currently we are using pulumi service for state management.
@GTChase we should update our plan, so that the entire team has acces to it -> this shall be clarified (see https://www.pulumi.com/pricing/ )
User Story: As a developer I need to be able to run pulumi commands to access a shared state So that the dev team & github actions can access the state of the provisioned environment
Acceptance Criteria GIVEN i am committing a pull request WHEN the pulumi action is being triggered THEN pulumi will apply the changes the previous run AND the dev team will be able to access that new state
Tech Details:
Open Questions:
Notes/Assumptions: