While trying to create a cluster using the module I have found that this resource is no longer supported and that there is a warning in a field that seems to be deprecated in the provider.
Terraform version:
Terraform v0.12.31
Your version of Terraform is out of date! The latest version
is 1.0.11. You can update by downloading from https://www.terraform.io/downloads.html
The error I am getting is the following one:
Warning: Argument is deprecated
on .terraform/modules/mongodb_atlas_cluster/main.tf line 70, in resource "mongodbatlas_cluster" "cluster":
70: provider_backup_enabled = var.provider_backup
This field is deprecated,please use cloud_backup instead
(and one more similar warning elsewhere)
Error: Invalid resource type
on .terraform/modules/mongodb_atlas_cluster/main.tf line 48, in resource "mongodbatlas_project_ip_whitelist" "whitelists":
48: resource "mongodbatlas_project_ip_whitelist" "whitelists" {
The provider provider.mongodbatlas does not support resource type
"mongodbatlas_project_ip_whitelist".
Releasing state lock. This may take a few moments...
ERRO[0023] 1 error occurred:
* exit status 1
Any comments or help with this will be appreciated. If you want me to submit a PR removing the resource just let me know.
While trying to create a cluster using the module I have found that this resource is no longer supported and that there is a warning in a field that seems to be deprecated in the provider.
Terraform version:
The error I am getting is the following one:
Any comments or help with this will be appreciated. If you want me to submit a PR removing the resource just let me know.