Often times when running pulumi up or pulumi diff the changes shown for the environment variables is haotic, despite the fact that the values are properly sorted in the pulumi scripts.
User Story:
As a developer, when I provision the infra
I want the secrets and environment variable changes to be properly detected (and correctly ordered) in the pulumi diff
So that the diff is easier to understand, and also avoid upgrades that are not otherwise required (pulumi might detect changes because of wrong ordering)
Acceptance Criteria
GIVEN I run pulumi up on any infra
WHEN diff is shown
THEN the changes to the environment variables is based on an diff on ordered arrays
Often times when running
pulumi up
orpulumi diff
the changes shown for the environment variables is haotic, despite the fact that the values are properly sorted in the pulumi scripts.User Story:
As a developer, when I provision the infra I want the secrets and environment variable changes to be properly detected (and correctly ordered) in the pulumi diff So that the diff is easier to understand, and also avoid upgrades that are not otherwise required (pulumi might detect changes because of wrong ordering)
Acceptance Criteria
GIVEN I run
pulumi up
on any infra WHEN diff is shown THEN the changes to the environment variables is based on an diff on ordered arraysProduct & Design Links:
n. a.
Tech Details:
Open Questions:
Notes/Assumptions: