This is the repository for the Terraform MongoDB Atlas Provider, which allows one to use Terraform with MongoDB's Database as a Service offering, Atlas. Learn more about Atlas at https://www.mongodb.com/cloud/atlas
For general information about Terraform, visit the official website and the GitHub project page.
Support for the Terraform MongoDB Atlas Provider is provided under MongoDB Atlas support plans. Please submit support questions within the Atlas UI. Support questions submitted under the Issues section of this repo will be handled on a "best effort" basis.
Bugs should be filed under the Issues section of this repo.
Feature requests can be submitted at https://feedback.mongodb.com/forums/924145-atlas - just select the Terraform plugin as the category or vote for an already suggested feature.
-
Go Version 1.23 (to build the provider plugin)
To use a released provider in your Terraform environment, run terraform init
and Terraform will automatically install the provider. To specify a particular provider version when installing released providers, see the Terraform documentation on provider versioning
.
Documentation about the provider specific configuration options can be found on the provider's website.
In order to use and/or test preview resources and datasources in this provider you'll need to set the environment variable MONGODB_ATLAS_ENABLE_PREVIEW
to true.
export MONGODB_ATLAS_ENABLE_PREVIEW=true
To help with issues, you can turn on Logs with export TF_LOG=TRACE
. Note: this is very noisy.
To export logs to file, you can use export TF_LOG_PATH=terraform.log
As per HashiCorp's recommendations, we fully support the following operating system / architecture combinations:
- Darwin / AMD64
- Darwin / ARMv8
- Linux / AMD64
- Linux / ARMv8 (sometimes referred to as AArch64 or ARM64)
- Linux / ARMv6
- Windows / AMD64
We ship binaries but do not prioritize fixes for the following operating system / architecture combinations:
- Linux / 386
- Windows / 386
- FreeBSD / 386
- FreeBSD / AMD64
See Troubleshooting.
See our contributing guides.
- After 5 days of no activity (no comments or commits on an issue/PR) we automatically tag it as "stale" and add a message:
This issue/PR has gone 5 days without any activity and meets the project's definition of "stale". This will be auto-closed if there is no new activity over the next 5 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!
- After 5 more days of no activity we automatically close the issue/PR.
Our support will prioritise issues that contain all the required information that follows the following principles:
- We should be able to make no changes to your provided script and successfully run a local execution reproducing the issue.
- This means that you should kindly provide all the required instructions. This includes but not limited to:
- Terraform Atlas provider version used to reproduce the issue
- Terraform version used to reproduce the issue
- Configurations that cannot be properly executed will be de-prioritised in favour of the ones that succeed.
- This means that you should kindly provide all the required instructions. This includes but not limited to:
- Before opening an issue, you have to try to specifically isolate it to Terraform MongoDB Atlas provider by removing as many dependencies as possible. If the issue only happens with other dependencies, then:
- If other terraform providers are required, please make sure you also include those. Same "one-click reproducible issue" principle applies.
- If external components are required to replicate it, please make sure you also provides instructions on those parts.
- Please confirm if the platform being used is Terraform OSS, Terraform Cloud, or Terraform Enterprise deployment
We'd like to thank Akshay Karle for writing the first version of a Terraform Provider for MongoDB Atlas and paving the way for the creation of this one.