From a2405e4a1f4a607b327d40947537301e394cb6d7 Mon Sep 17 00:00:00 2001 From: Abhishekism9450 <32683845+Abhishekism9450@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:19:38 +0530 Subject: [PATCH] adding examples for datasource ntnx subnets (#643) --- 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