Module config

This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-mongodbatlas repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-mongodbatlas repo.

APIs

APIs

let privateKey

let privateKey: string | undefined =  __config.get("privateKey") || utilities.getEnv("MONGODB_ATLAS_PRIVATE_KEY");

MongoDB Atlas Programmatic Private Key

let publicKey

let publicKey: string | undefined =  __config.get("publicKey") || utilities.getEnv("MONGODB_ATLAS_PUBLIC_KEY");

MongoDB Atlas Programmatic Public Key