generated from pulumi/pulumi-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stack tags to always replace on update. (#206)
Stack tags don't really need to be updated since they're not stateful. We can always just replace the tag, with a delete before replace. This ensures that it's always `Create` that is called, rather than `Update`. This keeps things simple and avoids potential bugs in the Update code, of which there have been multiple. [Exhibit A](#75) [Exhibit B](#86) Fixes #169
- Loading branch information
Showing
3 changed files
with
36 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters