From e1a1f2915ce984bdd164103f53d40e10044f1d00 Mon Sep 17 00:00:00 2001 From: Marin Salinas Date: Tue, 24 Nov 2020 11:21:35 -0600 Subject: [PATCH] chore: add note to network_security_rule --- website/docs/d/network_security_rule.html.markdown | 2 ++ website/docs/r/network_security_rule.html.markdown | 2 ++ 2 files changed, 4 insertions(+) diff --git a/website/docs/d/network_security_rule.html.markdown b/website/docs/d/network_security_rule.html.markdown index 819a7e451..61fa086f6 100644 --- a/website/docs/d/network_security_rule.html.markdown +++ b/website/docs/d/network_security_rule.html.markdown @@ -10,6 +10,8 @@ description: |- Describes a Network security rule +> NOTE: The use of network_security_rule is only applicable in AHV clusters and requires Microsegmentation to be enabled. This feature is a function of the Flow product and requires a Flow license. For more information on Flow and Microsegmentation please visit https://www.nutanix.com/products/flow + ## Example Usage (Isolate Development VMs from Production VMs and get its information) ```hcl diff --git a/website/docs/r/network_security_rule.html.markdown b/website/docs/r/network_security_rule.html.markdown index 829500470..a546b8016 100644 --- a/website/docs/r/network_security_rule.html.markdown +++ b/website/docs/r/network_security_rule.html.markdown @@ -10,6 +10,8 @@ description: |- Provides a Nutanix network security rule resource to Create a network security rule. +> NOTE: The use of network_security_rule is only applicable in AHV clusters and requires Microsegmentation to be enabled. This feature is a function of the Flow product and requires a Flow license. For more information on Flow and Microsegmentation please visit https://www.nutanix.com/products/flow + ## Example Usage ### Isolation Rule Example