Skip to content

Commit

Permalink
website: add network security rule data source description
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsalinas committed Aug 28, 2019
1 parent b3a4e23 commit b1e2853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/network_security_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |-

Describes a Network security rule

## Example Usage
## Example Usage (Isolate Development VMs from Production VMs and get its information)

```hcl
resource "nutanix_network_security_rule" "isolation" {
Expand Down Expand Up @@ -115,4 +115,4 @@ The version attribute supports the following:
* `product_name`: - Name of the producer/distribution of the image. For example windows or red hat.
* `product_version`: - Version string for the disk image.

See detailed information in [Nutanix Image](https://nutanix.github.io/Automation/experimental/swagger-redoc-sandbox/#tag/network_security_rules/paths/~1network_security_rules~1{UUID}/put).
See detailed information in [Nutanix Security Rules](https://www.nutanix.dev/reference/prism_central/v3/api/network-security-rules/getnetworksecurityrulesuuid).

0 comments on commit b1e2853

Please sign in to comment.