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
-`value` (String) Depending on the type, it will be one of the following:
67
-
-`vpc`: Name of the VPC
68
-
-`subnet`: Name of the VPC subnet
69
-
-`ip`: IP address
70
-
-`ip_net`: IPv4 or IPv6 subnet
67
+
-`vpc`: Name of the VPC.
68
+
-`subnet`: Name of the VPC subnet.
69
+
-`ip`: IP address.
70
+
-`ip_net`: IPv4 or IPv6 subnet.
71
71
72
72
73
73
<aid="nestedatt--target"></a>
74
74
### Nested Schema for `target`
75
75
76
76
Read-Only:
77
77
78
-
-`type` (String) Route destination type. Possible values: vpc, subnet, instance, ip, internet_gateway, drop
79
-
-`value` (String) Depending on the type, it will be one of the following:- `vpc`: Name of the VPC - `subnet`: Name of the VPC subnet - `instance`: Name of the instance- `ip`: IP address - `internet_gateway`: name of the internet gateway
-`anti_affinity_groups` (Set of String) IDs of the anti-affinity groups this instance should belong to.
118
-
-`auto_restart_policy` (String)
118
+
-`auto_restart_policy` (String) The auto-restart policy for this instance.
119
119
-`boot_disk_id` (String) ID of the disk the instance should be booted from. When provided, this ID must also be present in `disk_attachments`.
120
120
-`disk_attachments` (Set of String) IDs of the disks to be attached to the instance. When multiple disk IDs are provided, set `book_disk_id` to specify the boot disk for the instance. Otherwise, a boot disk will be chosen randomly.
121
121
-`external_ips` (Attributes Set) External IP addresses provided to this instance. (see [below for nested schema](#nestedatt--external_ips))
@@ -142,7 +142,7 @@ Required:
142
142
143
143
Optional:
144
144
145
-
-`id` (String) If `type` is `ephemeral`, ID of the IP pool to retrieve addresses from, or all available pools if not specified. If `type` is `floating`, ID of the floating IP
145
+
-`id` (String) If `type` is `ephemeral`, ID of the IP pool to retrieve addresses from, or all available pools if not specified. If `type` is `floating`, ID of the floating IP.
146
146
147
147
148
148
<aid="nestedatt--network_interfaces"></a>
@@ -153,7 +153,7 @@ Required:
153
153
-`description` (String) Description for the instance network interface.
154
154
-`name` (String) Name of the instance network interface.
155
155
-`subnet_id` (String) ID of the VPC subnet in which to create the instance network interface.
156
-
-`vpc_id` (String) ID of the VPC in which to create the instance network interface
156
+
-`vpc_id` (String) ID of the VPC in which to create the instance network interface.
0 commit comments