diff --git a/internal/provider/svm_resource_test.go b/internal/provider/svm_resource_test.go index c802d900..8f9c530f 100644 --- a/internal/provider/svm_resource_test.go +++ b/internal/provider/svm_resource_test.go @@ -106,7 +106,11 @@ resource "netapp-ontap_svm_resource" "example" { snapshot_policy = "%s" //subtype = "dp_destination" language = "en_us.utf_8" - aggregates = ["aggr2"] + aggregates = [ + { + name = "aggr2" + }, + ] max_volumes = "200" }`, host, admin, password, svm, comment, snapshotPolicy) }