Skip to content

Commit

Permalink
SVM Import feature
Browse files Browse the repository at this point in the history
  • Loading branch information
suhasbshekar committed Nov 20, 2023
1 parent 89e13f1 commit 3115e1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/provider/svm_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 3115e1e

Please sign in to comment.