The MongoDB\Driver\Exception\Exception interface(mongodb >= 1.0.0)简介 Common interface for all driver exceptions. This may be used to catch only exceptions originating from the driver itself. 类摘要 MongoDB\Driver\Exception\Exception { }
我正在使用 Terraform 在 azure 上部署 mongodb atlas 实例,但现在我必须使用 API 密钥来验证 Terraform 中的 mongodb 提供程序,但这对我来说并不安全,所以我想将它们放在密钥库。但现在我不清楚如何在 Terraform 中构建提供程序时读取 keyvault。 使用变量它可以工作: provider "mongodbatlas" { public_key = ...