icy-controller-6092
06/22/2023, 3:06 AMdatabricks:token
stuck in the config of some of my stacks so I cannot destroy
them - and I no longer have the source code that was used to bring the stacks up. what's the solution here?pulumi config set --secret
to set the new token, then had to create a blank index.js with a new resource of the same type. After running up
it seems to update the cached token in the remote stackminiature-musician-31262
06/22/2023, 4:07 AMpulumi config refresh
icy-controller-6092
06/22/2023, 4:08 AMpulumi config set
to provide newer values, but it still kept trying to use the expired token when deleting resources
It was only when I created a dummy resource from the same provider, did the "create" task flush out the expired token from the backendpulumi stack export > state.json
2. manually edit state.json
3. pulumi stack import < state.json
able-thailand-87943
07/25/2023, 10:03 AMauth_type="azure-client-secret",
and provide the client ID and client Secret as environment variables.