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: docs/resources/machine_config_v2.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,11 @@ The following attributes are exported:
236
236
237
237
*`authorized_users` - (Optional) Linode user accounts (seperated by commas) whose Linode SSH keys will be permitted root access to the created node. (string)
238
238
*`create_private_ip` - (Optional) Create private IP for the instance. Default `false` (bool)
239
+
*`use_interfaces` - (Optional) Enable Linode interface/VPC networking (new networking stack). Conflicts with `create_private_ip`. Default `false` (bool)
240
+
*`vpc_subnet_id` - (Required with `use_interfaces`) VPC subnet ID to attach when interface networking is enabled. (string)
241
+
*`vpc_private_ip` - (Optional) IPv4 address to request on the VPC interface when using interface networking. (string)
242
+
*`public_interface_firewall_id` - (Optional) Firewall ID to attach to the public interface when using interface networking. (string)
243
+
*`vpc_interface_firewall_id` - (Optional) Firewall ID to attach to the VPC interface when using interface networking. (string)
0 commit comments