proud-art-41399
02/29/2024, 5:03 PMpulumi config set. The reason is that one of the keys I'd like to set is a deeply nested object and I'd like to avoid many pulumi config set --path commands to actually set the value. What I'm asking is basically if editing the config file directly and then using pulumi up leads to the same result as using pulumi config set. Or is setting the config values a local operation anyway? Thankslively-crayon-44649
02/29/2024, 5:46 PMset --secret --path etc.lively-crayon-44649
02/29/2024, 5:47 PMconfig set Pulumi will for instance reorder object keys alpahbetically, so you might find that you get diffs even though none of the values have changed, is the only gotcha that springs to mind. Pulumi won't run spurious actions, but Git will say the files are different, for instance.proud-art-41399
02/29/2024, 6:40 PMechoing-dinner-19531
02/29/2024, 7:54 PMconfig set for.proud-art-41399
03/01/2024, 5:14 AM