This message was deleted.
# general
s
This message was deleted.
s
Were you using 3.39.2 previously?
a
yes
well, most likely — I upgrade whenever I get a notification that a new version is available
👍 1
s
Any chance the provider version also changed?
a
provider version?
s
The AWS provider
a
How would I check this?
s
What language is your program in?
a
python
s
BTW, just to clarify, you're creating an
aws.codebuild.Project
, right? And the only change are the env vars you're supplying to the resource?
a
correct
s
What happens if you revert the CodeBuild project and change some other resource? (Trying to figure out if it's a change in the AWS provider or the Pulumi engine.)
a
For context, have about 400+ resources defined, and am adding a set of env vars to a single AWS codebuild project
👍 1
s
Oh, what backend are you using?
a
sorry, not sure which backend you’re referring to
oh
using S3
for tracking state
I reverted all changes and trying to create an empty S3 bucket; showed created right way, but pulumi is still running
s
Run it for about 15-20 mins, at which point it should've timed out. Pulumi should never hang indefinitely. If you've confirmed it's hung, run
pulumi up
again with these options and submit an issue to pulumi/pulumi:
Copy code
<https://www.pulumi.com/docs/support/troubleshooting/#verbose-logging>
a
will do, thanks
s
In the meanwhile, downgrade your Pulumi version to get unstuck. If you're still stuck, please reach out and we'll see what else we can try.
a
ok thanks
s
Out apologies that you're hitting this issue, and we appreciate you taking the time to file an issue (and to reach out on this Slack)!