sparse-intern-71089
12/07/2021, 2:38 PMbillowy-army-68599
billowy-army-68599
pulumi up
when you originally ran Pulumi?melodic-policeman-41474
12/07/2021, 2:49 PMbillowy-army-68599
melodic-policeman-41474
12/07/2021, 2:51 PMmelodic-policeman-41474
12/07/2021, 2:51 PMmelodic-policeman-41474
12/07/2021, 2:51 PM"@pulumi/gcp": "^5.0.0"
melodic-policeman-41474
12/07/2021, 2:52 PMbillowy-army-68599
pending_operations
- it's a safety mechanism to ensure you don't create duplicate/overriding resources.
I'd recommend running through it again but waiting till the calls have completed. You should see your outputs resolved and the bucket created like this:
Do you want to perform this update? yes
Updating (dev):
Type Name Status
pulumi:pulumi:Stack quickstart-dev created
+ └─ gcp:storage:Bucket my-bucket created
Outputs:
+ bucketName: "<gs://my-bucket-62f8bc7>"
Resources:
+ 2 created
Duration: 3s
billowy-army-68599
Anyone else successfully using pulumi to manage gcp infra?We have a case study from Sourcegraph about how they use Pulumi on GCP https://www.pulumi.com/case-studies/sourcegraph/
melodic-policeman-41474
12/07/2021, 3:07 PMbillowy-army-68599