Skip to content

Commit 157761d

Browse files
committed
Revert "use SP10 instead of default SP30 for stream_instance"
This reverts commit 19b6aad.
1 parent 5ff18cb commit 157761d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

internal/service/streamconnection/resource_stream_connection_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,6 @@ func configureCluster(projectID, instanceName, clusterName string) string {
427427
region = "VIRGINIA_USA"
428428
cloud_provider = "AWS"
429429
}
430-
stream_config = {
431-
tier = "SP10"
432-
}
433430
}
434431
435432
resource "mongodbatlas_stream_connection" "test" {
@@ -455,9 +452,6 @@ func configureHTTPS(projectID, instanceName, url, headers string) string {
455452
region = "VIRGINIA_USA"
456453
cloud_provider = "AWS"
457454
}
458-
stream_config = {
459-
tier = "SP10"
460-
}
461455
}
462456
463457
resource "mongodbatlas_stream_connection" "test" {

internal/service/streamprocessor/resource_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,6 @@ func configToUpdateStreamProcessor(projectID, instanceName, processorName, state
456456
region = "VIRGINIA_USA"
457457
cloud_provider = "AWS"
458458
}
459-
stream_config = {
460-
tier = "SP10"
461-
}
462459
}
463460
464461
resource "mongodbatlas_stream_connection" "sample" {
@@ -578,9 +575,6 @@ func config(t *testing.T, projectID, instanceName, processorName, state string,
578575
region = "VIRGINIA_USA"
579576
cloud_provider = "AWS"
580577
}
581-
stream_config = {
582-
tier = "SP10"
583-
}
584578
}
585579
586580
%[3]s

0 commit comments

Comments
 (0)