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 ed081ae commit 813f751Copy full SHA for 813f751
internal/convert/adv2new.go
@@ -5,6 +5,7 @@ import "github.com/mongodb-labs/atlas-cli-plugin-terraform/internal/hcl"
5
// AdvancedClusterToNew transforms all mongodbatlas_advanced_cluster resource definitions in a
6
// Terraform configuration file from SDKv2 schema to TPF (Terraform Plugin Framework) schema.
7
// All other resources and data sources are left untouched.
8
+// TODO: Not implemented yet.
9
func AdvancedClusterToNew(config []byte) ([]byte, error) {
10
parser, err := hcl.GetParser(config)
11
if err != nil {
0 commit comments