Hey there - trying to provision MongoDB Atlas. The...
# getting-started
p
Hey there - trying to provision MongoDB Atlas. The instructions online are pretty complete, but I'm new to Pulumi and new to MongoDB so at a bit of a disadvantage. While configuring the secrets, i was able to create the public/private keys as directed but it seems to really want me to set another variable that's not documented:
Copy code
Diagnostics:
  pulumi:pulumi:Stack (MongoDB-dev):
    error: Missing required configuration variable 'MongoDB:mongodbatlas:orgID'
        please set a value using the command `pulumi config set MongoDB:mongodbatlas:orgID <value>`
When I try to "import" the existing MondoDB project:
Copy code
pulumi import mongodbatlas:index/project:Project <project-id> <org-id>
i see this:
Copy code
mongodbatlas:index:Project (<project-id>):
    error: Preview failed: could not validate provider configuration: 1 error occurred:
        * Invalid or unknown key
Anyone have any ideas on how I can kickstart this work?