Skip to content

Commit 6d78692

Browse files
committed
adjust doc
1 parent e4debf7 commit 6d78692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/hcl/hcl.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const (
1414
advCluster = "mongodbatlas_advanced_cluster"
1515
)
1616

17-
// ClusterToAdvancedCluster transforms all cluster definition in a
18-
// Terraform config file into an advanced_cluster definition.
17+
// ClusterToAdvancedCluster transforms all mongodbatlas_cluster definitions in a
18+
// Terraform configuration file into mongodbatlas_advanced_cluster schema v2 definitions.
1919
// All other resources and data sources are left untouched.
2020
// TODO: at the moment it just changes the resource type.
2121
func ClusterToAdvancedCluster(config []byte) ([]byte, error) {

0 commit comments

Comments
 (0)