sparse-intern-71089
06/22/2023, 3:06 AMicy-controller-6092
06/22/2023, 3:40 AMpulumi 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 stackicy-controller-6092
06/22/2023, 3:40 AMicy-controller-6092
06/22/2023, 3:56 AMminiature-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 backendicy-controller-6092
06/22/2023, 4:13 AMpulumi stack export > state.json
2. manually edit state.json
3. pulumi stack import < state.json
icy-controller-6092
06/22/2023, 4:18 AMable-thailand-87943
07/25/2023, 10:03 AMauth_type="azure-client-secret",
and provide the client ID and client Secret as environment variables.