Skip to content

Commit

Permalink
frankfurt: Keep MongoDB version at 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 11, 2024
1 parent 3a00a5c commit 68c5397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/_modules/gateway/mongodb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "mongodbatlas_cluster" "main" {
replication_factor = 3
provider_backup_enabled = true
auto_scaling_disk_gb_enabled = true
mongo_db_major_version = "4.2"
mongo_db_major_version = "4.4"

provider_name = "GCP"
disk_size_gb = 10
Expand Down

0 comments on commit 68c5397

Please sign in to comment.