Hi. I have hit an issue where the AWS session toke...
# getting-started
b
Hi. I have hit an issue where the AWS session token is not getting refreshed on posterior executions when using the Automation API. This is preventing me from deleting a few resources as they have been created with a previous session token. I found this issue: https://github.com/pulumi/pulumi/issues/9107 which seems to indicate it's still a known problem?
Seems like I was able to work around it (or I'm now setting the provider correctly). Basically what I changed was explicitly initializing the provider for the stack (I am using Golang, for reference), and use it to create all resources in the stack. Now whenever I try to apply or destroy any changes, it correctly refreshes the token