Open viveklak opened 3 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.
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 :).
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';
While the discovery documents include a reference to
updateBillingInfo
the native provider doesn't support it.