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
Copy file name to clipboardExpand all lines: website/docs/r/policy_ip_block.html.markdown
+2-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@ The following arguments are supported:
64
64
65
65
*`display_name` - (Required) The display name for the IP Block.
66
66
*`description` - (Optional) Description of the resource.
67
-
*`cidr` - (Required) Network address and the prefix length which will be associated with a layer-2 broadcast domain.
67
+
*`cidr` - (Optional) Network address and the prefix length which will be associated with a layer-2 broadcast domain.
68
+
*`cidr_list` - (Optional) Array of contiguous IP address spaces represented by network address and prefix length. This attribute is supported with NSX 9.1.0 onwards.
68
69
*`visibility` - (Optional) Visibility of the IP Block. Valid options are `PRIVATE`, `EXTERNAL` or unset. Visibility cannot be changed once the block is associated with other resources.
69
70
*`nsx_id` - (Optional) The NSX ID of this resource. If set, this ID will be used to create the resource.
70
71
*`tag` - (Optional) A list of scope + tag pairs to associate with this IP Block.
0 commit comments