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 aeef06d commit 7401524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/provider/svm_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ func TestAccSvmResource(t *testing.T) {
{
ResourceName: "netapp-ontap_svm_resource.example",
ImportState: true,
ImportStateId: fmt.Sprintf("%s,%s", "tfsvm4", "cluster4"),
ImportStateId: fmt.Sprintf("%s,%s", "ansibleSVM", "cluster4"),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("netapp-ontap_svm_resource.example", "name", "tfsvm4"),
resource.TestCheckResourceAttr("netapp-ontap_svm_resource.example", "name", "ansibleSVM"),
),
},
},
Expand Down Expand Up @@ -116,6 +116,6 @@ resource "netapp-ontap_svm_resource" "example" {
name = "aggr3"
},
]
max_volumes = "200"
max_volumes = "unlimited"
}`, host, admin, password, svm, comment, snapshotPolicy)
}

0 comments on commit 7401524

Please sign in to comment.