File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
MongoDB-Atlas-AWS-VPC-Peering
MongoDB-Atlas-GCP-VPC-Peering Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ resource "mongodbatlas_cluster" "cluster" {
13
13
}
14
14
}
15
15
# Provider Settings "block"
16
- provider_backup_enabled = true
16
+ cloud_backup = true
17
17
auto_scaling_disk_gb_enabled = true
18
18
provider_name = " AWS"
19
19
disk_size_gb = 10
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ resource "mongodbatlas_cluster" "cluster-atlas" {
21
21
read_only_nodes = 0
22
22
}
23
23
}
24
- provider_backup_enabled = true
24
+ cloud_backup = true
25
25
auto_scaling_disk_gb_enabled = true
26
26
mongo_db_major_version = " 5.0"
27
27
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ resource "mongodbatlas_cluster" "cluster" {
17
17
key = " environment"
18
18
value = " prod"
19
19
}
20
- provider_backup_enabled = true
20
+ cloud_backup = true
21
21
auto_scaling_disk_gb_enabled = true
22
22
mongo_db_major_version = " 4.4"
23
23
auto_scaling_compute_enabled = true
You can’t perform that action at this time.
0 commit comments