We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471d762 commit d8bc36eCopy full SHA for d8bc36e
1 file changed
go/cluster_management/cmd/delete_multi_region/delete_multi_region.go
@@ -91,7 +91,7 @@ func main() {
91
region1 := util.GetEnvWithDefault("REGION_1", "us-east-1")
92
region2 := util.GetEnvWithDefault("REGION_2", "us-east-2")
93
clusterId1 := util.GetEnvWithDefault("CLUSTER_ID_1", "CLUSTER_ID_1")
94
- clusterId2 := util.GetEnvWithDefault("CLUSTER_ID_1", "CLUSTER_ID_2")
+ clusterId2 := util.GetEnvWithDefault("CLUSTER_ID_2", "CLUSTER_ID_2")
95
96
err := DeleteMultiRegionClusters(
97
ctx,
0 commit comments