We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7345e36 commit ad4b065Copy full SHA for ad4b065
internal/hcl/hcl.go
@@ -24,7 +24,7 @@ const (
24
strProviderInstanceSizeName = "provider_instance_size_name"
25
strInstanceSize = "instance_size"
26
27
- errFreeCluster = "free cluster"
+ errFreeCluster = "free cluster (as doesn't contain " + strReplicationSpecs + ")"
28
)
29
30
// ClusterToAdvancedCluster transforms all mongodbatlas_cluster definitions in a
0 commit comments