Skip to content

Commit 813f751

Browse files
committed
add todo comment
1 parent ed081ae commit 813f751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/convert/adv2new.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import "github.com/mongodb-labs/atlas-cli-plugin-terraform/internal/hcl"
55
// AdvancedClusterToNew transforms all mongodbatlas_advanced_cluster resource definitions in a
66
// Terraform configuration file from SDKv2 schema to TPF (Terraform Plugin Framework) schema.
77
// All other resources and data sources are left untouched.
8+
// TODO: Not implemented yet.
89
func AdvancedClusterToNew(config []byte) ([]byte, error) {
910
parser, err := hcl.GetParser(config)
1011
if err != nil {

0 commit comments

Comments
 (0)