diff --git a/website/docs/d/subnets.html.markdown b/website/docs/d/subnets.html.markdown
index 82e5c9d24..de2856e79 100644
--- a/website/docs/d/subnets.html.markdown
+++ b/website/docs/d/subnets.html.markdown
@@ -14,6 +14,12 @@ Describes a list of subnets
```hcl
data "nutanix_subnets" "subnets" {}
+
+data "nutanix_subnets" "test" {
+ metadata {
+ filter = "name==vlan0_test_2"
+ }
+}
```
## Attribute Reference