From 7a9de84aa61ad9654603776e05c556e391bfb448 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Fri, 20 Oct 2023 15:45:16 +0530 Subject: [PATCH] adding examples for datasource ntnx subnets --- website/docs/d/subnets.html.markdown | 6 ++++++ 1 file changed, 6 insertions(+) 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