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 e4debf7 commit 6d78692Copy full SHA for 6d78692
internal/hcl/hcl.go
@@ -14,8 +14,8 @@ const (
14
advCluster = "mongodbatlas_advanced_cluster"
15
)
16
17
-// ClusterToAdvancedCluster transforms all cluster definition in a
18
-// Terraform config file into an advanced_cluster definition.
+// ClusterToAdvancedCluster transforms all mongodbatlas_cluster definitions in a
+// Terraform configuration file into mongodbatlas_advanced_cluster schema v2 definitions.
19
// All other resources and data sources are left untouched.
20
// TODO: at the moment it just changes the resource type.
21
func ClusterToAdvancedCluster(config []byte) ([]byte, error) {
0 commit comments