Skip to content

Commit

Permalink
feat: add storage_limit parameter to svm resource example
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Christ <[email protected]>
  • Loading branch information
acch committed Oct 10, 2024
1 parent 8f92efb commit d294f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/resources/netapp-ontap_svm/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ resource "netapp-ontap_svm" "example" {
{ name = "aggr1" },
{ name = "test" },
]
max_volumes = "200"
max_volumes = "200"
storage_limit = 1073741824
}

0 comments on commit d294f0e

Please sign in to comment.