@@ -555,8 +555,8 @@ func TestAccClusterAdvancedClusterConfig_replicationSpecsAnalyticsAutoScaling(t
555
555
func TestAccClusterAdvancedClusterConfig_replicationSpecsAndShardUpdating (t * testing.T ) {
556
556
var (
557
557
orgID = os .Getenv ("MONGODB_ATLAS_ORG_ID" )
558
- projectName = acc .RandomProjectName ()
559
- clusterName = acc .RandomClusterName () // No ProjectIDExecution to avoid cross-region limits because multi-region
558
+ projectName = acc .RandomProjectName () // No ProjectIDExecution to avoid cross-region limits because multi-region
559
+ clusterName = acc .RandomClusterName ()
560
560
)
561
561
562
562
resource .ParallelTest (t , resource.TestCase {
@@ -670,8 +670,8 @@ func TestAccClusterAdvancedCluster_withTags(t *testing.T) {
670
670
func TestAccClusterAdvancedClusterConfig_selfManagedSharding (t * testing.T ) {
671
671
var (
672
672
orgID = os .Getenv ("MONGODB_ATLAS_ORG_ID" )
673
- projectName = acc .RandomProjectName ()
674
- clusterName = acc .RandomClusterName () // No ProjectIDExecution to avoid cross-region limits because multi-region
673
+ projectName = acc .RandomProjectName () // No ProjectIDExecution to avoid cross-region limits because multi-region
674
+ clusterName = acc .RandomClusterName ()
675
675
)
676
676
677
677
resource .ParallelTest (t , resource.TestCase {
@@ -853,7 +853,7 @@ func configIncorrectTypeGobalClusterSelfManagedSharding(projectID, name string)
853
853
name = %[2]q
854
854
855
855
cluster_type = "REPLICASET"
856
- global_cluster_self_managed_sharding = true
856
+ global_cluster_self_managed_sharding = true # invalid, can only by used with GEOSHARDED clusters
857
857
858
858
replication_specs {
859
859
region_configs {
0 commit comments