https://pulumi.com logo
Title
p

polite-kite-18322

01/18/2022, 12:28 AM
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:
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:
pulumi import mongodbatlas:index/project:Project <project-id> <org-id>
i see this:
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?