faint-pager-13674
02/17/2025, 4:21 PM-- azure-native:containerinstance:ContainerGroup dataloader-container-group deleting original (1s) error: ClientSecretCredential authentication failed.
-- azure-native:containerinstance:ContainerGroup dataloader-container-group **deleting failed** error: ClientSecretCredential authentication failed.
Now the question is does pulumi cache the old secret somewhere. How to refresh this secret? Any clue?faint-pager-13674
02/19/2025, 10:30 AMazure-native:clientSecret
with the new secret
2. Purposefully downgraded the azure-native
provider version and did a pulumi preview
This updated the state with a new default azure-native provider.
3. Export the state using pulumi stack export
and manually updated all azure-native
resources to use the new default provider reference. Then imported it and applied the changes.
This basically swapped the provider config with the new secrets and preview with refresh started working.