Skip to content

Commit

Permalink
adding examples for datasource ntnx subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekism9450 committed Oct 20, 2023
1 parent 0441a6e commit 7a9de84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/d/subnets.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a9de84

Please sign in to comment.