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
| access\_config | Access configurations, i.e. IPs via which the VM instance can be accessed via the Internet. | <pre>list(object({<br> nat_ip = string<br> network_tier = string<br> }))</pre> |`[]`| no |
19
-
| additional\_disks | List of maps of additional disks. See https://www.terraform.io/docs/providers/google/r/compute_instance_template.html#disk_name| <pre>list(object({<br> auto_delete = bool<br> boot = bool<br> disk_size_gb = number<br> disk_type = string<br> }))</pre> |`[]`| no |
19
+
| additional\_disks | List of maps of additional disks. See https://www.terraform.io/docs/providers/google/r/compute_instance_template.html#disk_name| <pre>list(object({<br> disk_name = string<br> device_name = string<br> auto_delete = bool<br> boot = bool<br> disk_size_gb = number<br> disk_type = string<br> }))</pre> |`[]`| no |
20
20
| auto\_delete | Whether or not the boot disk should be auto-deleted |`string`|`"true"`| no |
21
21
| can\_ip\_forward | Enable IP forwarding, for NAT instances for example |`string`|`"false"`| no |
22
22
| disk\_size\_gb | Boot disk size in GB |`string`|`"100"`| no |
| access\_config | Access configurations, i.e. IPs via which the VM instance can be accessed via the Internet. | <pre>list(object({<br> nat_ip = string<br> network_tier = string<br> }))</pre> |`[]`| no |
16
-
| additional\_disks | List of maps of additional disks. See https://www.terraform.io/docs/providers/google/r/compute_instance_template.html#disk_name| <pre>list(object({<br> auto_delete = bool<br> boot = bool<br> disk_size_gb = number<br> disk_type = string<br> }))</pre> |`[]`| no |
16
+
| additional\_disks | List of maps of additional disks. See https://www.terraform.io/docs/providers/google/r/compute_instance_template.html#disk_name| <pre>list(object({<br> disk_name = string<br> device_name = string<br> auto_delete = bool<br> boot = bool<br> disk_size_gb = number<br> disk_type = string<br> }))</pre> |`[]`| no |
17
17
| auto\_delete | Whether or not the boot disk should be auto-deleted |`bool`|`true`| no |
18
18
| can\_ip\_forward | Enable IP forwarding, for NAT instances for example |`string`|`"false"`| no |
19
19
| disk\_size\_gb | Boot disk size in GB |`string`|`"100"`| no |
0 commit comments