You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"nsxt_policy_ipv6_ndra_profile" {
source="./modules/nsxt/d/nsxt_policy_ipv6_ndra_profile"# description - (optional) is a type of stringdescription=null# display_name - (optional) is a type of stringdisplay_name=null
}
variable"description" {
description="(optional) - Description for this resource"type=stringdefault=null
}
variable"display_name" {
description="(optional) - Display name of this resource"type=stringdefault=null
}
data"nsxt_policy_ipv6_ndra_profile""this" {
# description - (optional) is a type of stringdescription=var.description# display_name - (optional) is a type of stringdisplay_name=var.display_name
}