Skip to content

Commit 58de2de

Browse files
committed
update var name to make tf-validate pass
1 parent c12fbdd commit 58de2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/advanced_cluster_v2_schema.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strconv"
66
)
77

8-
const AdvancedClusterV2SchemaEnvVar = "MONGODB_ATLAS_ADVANCED_CLUSTER_V2_SCHEMA"
8+
const AdvancedClusterV2SchemaEnvVar = "MONGODB_ATLAS_PREVIEW_PROVIDER_V2_ADVANCED_CLUSTER"
99
const allowAdvancedClusterV2Schema = false // Don't allow in master branch yet, not in const block to allow automatic change
1010

1111
// Environment variable is read only once to avoid possible changes during runtime

0 commit comments

Comments
 (0)