akshaykarle / terraform-provider-mongodbatlas

Terraform provider for MongoDB Atlas
Mozilla Public License 2.0
122 stars 54 forks source link

Can the code support the Point In Time (pitEnabled) Cluster Parameter. #111

Open JamesCampbellIDBS opened 4 years ago

JamesCampbellIDBS commented 4 years ago

Since the Continuous Backup API has been depricated, we have started to use the providerBackupEnabled, which is already supported in this terraform code. However, it looks like pitEnabled (boolean) is not yet supported. Is this something in the pipeline? Or do I need to try creating a PR to support this? Thanks.

themantissa commented 4 years ago

Hi @JamesCampbellIDBS, We now have an official MongoDB version of the provider hosted within Terraform's GitHub repo - https://github.com/terraform-providers/terraform-provider-mongodbatlas. pitEnabled will be in the next version of it, which we expect to launch very soon. Hope that helps! Thanks, Melissa