pulumi / pulumi-google-native

Apache License 2.0
71 stars 18 forks source link

Add support for linking billing account for project #108

Open viveklak opened 3 years ago

viveklak commented 3 years ago

While the discovery documents include a reference to updateBillingInfo the native provider doesn't support it.

andyscott commented 2 years ago

Are there any updates on this front? We'd like to use Pulumi to manage our GCP resources, but we need to assign billing accounts automatically.

debakkerb commented 1 year ago

I'm in the same boat. Decided to try Pulumi today, but I'm already stuck at the very first step of creating a project :).

sergsadovyi commented 1 year ago

I'm in the same boat. Decided to try Pulumi today, but I'm already stuck at the very first step of creating a project :).

Workaround: use the old @pulumi/gcp provider to create the project, and use @pulumi/google-native for other resources.

import { Project } from '@pulumi/gcp/organizations';