-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pf resources show diff for empty map
re pulumi/pulumi-aws#4080 I've noticed different behavior between sdkv2 and pf resources. Sometimes if you do not provide a value for a map property it will write an empty value to the outputs (i.e. `{ "tagsAll": {} }`). When diff is called, the `olds` show the empty object value and the news show no entry at all. sdkv2 resources handle this and do not display any diff whereas pf resources show a diff.
- Loading branch information
Showing
2 changed files
with
85 additions
and
0 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