I’m trying to create a gcp project using Pulumi, b...
# google-cloud
f
I’m trying to create a gcp project using Pulumi, but I’m getting this error:
Copy code
Type                          Name           Plan       Info
 +   pulumi:pulumi:Stack           lazy-test-dev  create
     └─ gcp:organizations:Project  asdfasdfasdf              1 error

Diagnostics:
  gcp:organizations:Project (asdfasdfasdf):
    error: could not validate provider configuration: 2 errors occurred:
        * Invalid or unknown key
        * Invalid or unknown key
How do I debug this? I was able to create a gcp project in a different pulumi project.
b
can you share your stack configuration?
f
Do you mean the yaml file?:
Copy code
config:
  gcp:billingAccount: XXXXXXXX
  gcp:organizationId: "XXXXXXX"
  gcp:project: XXXXXXX
  lazy-test:npmAuthToken:
    secure: XXXXXXXX
b
hrm, I'd try comment out those config options 1 by 1 to see if that helps, but it may also be related to the name of the project https://github.com/pulumi/pulumi/issues/3546