little-fish-42857
07/19/2023, 4:16 PMProps
. Now let's assume that my dynamic provider requires a credential as part of it's inputs and I supplied it through my pulumi program config. Since it's part of the input props, the stack will snapshot those values and reuse them during refresh/delete operations. Now for some reason I had to rotate that credential. Now when I issue a refresh or delete on my stack it will fail on my dynamic resource because the credential it has in its props are no longer valid. Is there any way to make sure that it reads certain values always from the program config object?stocky-restaurant-98004
07/19/2023, 4:18 PMlittle-fish-42857
07/19/2023, 4:21 PMpulumi.Config
to retrieve values in the provider itself if i can't pass them from my main program codeechoing-dinner-19531
07/19/2023, 9:45 PM