sparse-intern-71089
07/27/2018, 4:08 PMbig-piano-35669
white-balloon-205
panic
you see on Update? I think I can suggest a way to get unblocked, but would help to know exactly what panic you are hitting.tall-librarian-49374
07/27/2018, 5:05 PMpulumi refresh
error was valid: there were duplicate bucket objects created - same name but different postfix IDs.tall-librarian-49374
07/27/2018, 5:06 PMrefresh
succeeds, and then update
succeeds tootall-librarian-49374
07/27/2018, 5:06 PMtall-librarian-49374
07/27/2018, 5:07 PMbig-piano-35669
tall-librarian-49374
07/27/2018, 5:09 PMwhite-balloon-205
tall-librarian-49374
07/27/2018, 5:09 PMwhite-balloon-205
pulumi stack export > stack.json
2. Edit stack.json
to remove the entries in the resources
list that are marked "delete": true
and make note of the IDs of anything you delete like this.
3. Run pulumi sack import < stack.json
This process will make Pulumi "forget" about these resources, and then you will want to clean them up in the GCP console.
Of course, we should have never let you get in this state, and that's what the above issue and it's sub-issues are tracking.tall-librarian-49374
07/27/2018, 5:13 PMtall-librarian-49374
07/27/2018, 5:13 PMincalculable-sundown-82514
07/27/2018, 5:14 PMtall-librarian-49374
07/27/2018, 5:14 PMincalculable-sundown-82514
07/27/2018, 5:14 PMincalculable-sundown-82514
07/27/2018, 5:18 PMwhite-balloon-205
Is there no way to create python Function in GCP through pulumi? I don't see the support in terraform, so probably the answer is no.Yes - I believe this is correct. Python support in Google Cloud Functions is still in beta, which may be part of the reason it is not (yet) in the terraform provider.
tall-librarian-49374
07/27/2018, 5:55 PM