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/pi_network.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ The `ibm_pi_network` provides the following [Timeouts](https://www.terraform.io/
58
58
59
59
Review the argument references that you can specify for your resource.
60
60
61
-
-`pi_advertise` - (Optional, String) Enable the network to be advertised. Only supported for `vlan` network type.
62
-
-`pi_arp_broadcast` - (Optional, String) Enable ARP Broadcast. Only supported for `vlan` network type.
61
+
-`pi_advertise` - (Optional, String) Enable the network to be advertised. Only supported for `vlan` network type on PER enabled workspaces. Default is `enable` and is only passed in supported workspaces.
62
+
-`pi_arp_broadcast` - (Optional, String) Enable ARP Broadcast. Only supported for `vlan` network type on PER enabled workspaces. Default is `disable` and is only passed in supported workspaces.
63
63
-`pi_cidr` - (Optional, String) The network CIDR. Required for `vlan` network type.
64
64
-`pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account.
65
65
-`pi_dns` - (Optional, Set of String) The DNS Servers for the network. If not specified, default is 127.0.0.1 for 'vlan' (private network) and 9.9.9.9 for 'pub-vlan' (public network). A maximum of one DNS server can be specified for private networks in Power Edge Router workspaces.
@@ -69,7 +69,7 @@ Review the argument references that you can specify for your resource.
69
69
-`pi_starting_ip_address` - (Required, String) The staring ip address. **Note** if the `pi_gateway` or `pi_ipaddress_range` is not provided, it will calculate the value based on CIDR respectively.
70
70
-`pi_network_mtu` - (Optional, Integer) Maximum Transmission Unit option of the network. Minimum is 1450 and maximum is 9000.
71
71
-`pi_network_name` - (Required, String) The name of the network.
72
-
-`pi_network_type` - (Required, String) The type of network that you want to create. Valid values are `pub-vlan`, `vlan`and `dhcp-vlan`.
72
+
-`pi_network_type` - (Required, String) The type of network that you want to create. Valid values are `pub-vlan`, and `vlan`.
73
73
-`pi_network_peer` - (Optional, List) Network peer information (for on-prem locations only). Max items: 1.
0 commit comments