From b261b4c5963ba32aac3eebb6ba3acaf54cb37a67 Mon Sep 17 00:00:00 2001 From: Sebastian Richter Date: Mon, 28 Aug 2023 20:22:30 +0200 Subject: [PATCH] Remove 3rd shard from 2 shard global cluster example --- .../atlas-advanced-cluster/global-cluster/main.tf | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/examples/atlas-advanced-cluster/global-cluster/main.tf b/examples/atlas-advanced-cluster/global-cluster/main.tf index c77bafc11b..d8e73e6d77 100644 --- a/examples/atlas-advanced-cluster/global-cluster/main.tf +++ b/examples/atlas-advanced-cluster/global-cluster/main.tf @@ -87,20 +87,6 @@ resource "mongodbatlas_advanced_cluster" "cluster" { priority = 6 region_name = "EUROPE_NORTH" } - - region_configs { # shard n3 - electable_specs { - instance_size = "M10" - node_count = 2 - } - analytics_specs { - instance_size = "M10" - node_count = 1 - } - provider_name = "GCP" - priority = 0 - region_name = "US_EAST_4" - } } advanced_configuration {