<I asked this question in the Github>, but does an...
# google-cloud
w
I asked this question in the Github, but does anyone know if it is possible to create projects with the typescript library? Maybe like this?
Copy code
import * as pulumi from '@pulumi/pulumi';
import * as gcp from '@pulumi/gcp';

const projectName = 'my-project'
const project = new gcp.projects.Project('my-project');
1
Paul was kind enough to answer this for me: https://github.com/pulumi/pulumi-gcp/issues/438