Skip to content

Commit a734a00

Browse files
committed
Update is_virtual_network_interface.html.markdown
1 parent f5b5a21 commit a734a00

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

website/docs/r/is_virtual_network_interface.html.markdown

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,10 @@ You can specify the following arguments for this resource.
3030
- `auto_delete` - (Optional, Boolean) Indicates whether this virtual network interface will be automatically deleted when`target` is deleted.
3131
- `enable_infrastructure_nat` - (Optional, Boolean) If `true`:- The VPC infrastructure performs any needed NAT operations.- `floating_ips` must not have more than one floating IP.If `false`:- Packets are passed unchanged to/from the network interface, allowing the workload to perform any needed NAT operations.- `allow_ip_spoofing` must be `false`.- If the virtual network interface is attached: - The target `resource_type` must be `bare_metal_server_network_attachment`. - The target `interface_type` must not be `hipersocket`.
3232

33-
~> **NOTE** to update/add new `ips` only existing `reserved_ip` is supported, new reserved_ip creation on update is not supported as it leads to unmanaged(dangling) reserved ips.
33+
~> **NOTE** to add `ips` only existing `reserved_ip` is supported, new reserved_ip creation is not supported as it leads to unmanaged(dangling) reserved ips. Use `ibm_is_subnet_reserved_ip` to create a reserved_ip
3434
- `ips` - (Optional, List) The reserved IPs bound to this virtual network interface.May be empty when `lifecycle_state` is `pending`.
3535
Nested schema for **ips**:
36-
- `address` - (Required, String) The IP address.If the address has not yet been selected, the value will be `0.0.0.0`.This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.
37-
- `deleted` - (Optional, List) If present, this property indicates the referenced resource has been deleted, and providessome supplementary information.
38-
Nested schema for **deleted**:
39-
- `more_info` - (Required, String) Link to documentation about deleted resources.
40-
- `href` - (Required, String) The URL for this reserved IP.
4136
- `reserved_ip` - (Required, String) The unique identifier for this reserved IP.
42-
- `name` - (Required, String) The name for this reserved IP. The name is unique across all reserved IPs in a subnet.
43-
- `resource_type` - (Computed, String) The resource type.
4437
- `name` - (Optional, String) The name for this virtual network interface. The name is unique across all virtual network interfaces in the VPC.
4538
- `primary_ip` - (Optional, List) The reserved IP for this virtual network interface.
4639
Nested schema for **primary_ip**:

0 commit comments

Comments
 (0)