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-mongodbatlasrepo; however, if that doesn’t turn up anything, please consult the sourceterraform-providers/terraform-provider-mongodbatlasrepo.
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