Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion atlas-cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ resource "mongodbatlas_cluster" "cluster-atlas" {
name = "cluster-atlas"
num_shards = 1
replication_factor = 3
backup_enabled = true
backup_enabled = false
provider_backup_enabled = true
auto_scaling_disk_gb_enabled = true
mongo_db_major_version = "4.0"

Expand Down