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
+
| add\_hostname\_suffix | Adds a suffix to the hostname |`bool`|`true`| no |
19
20
| hostname | Hostname of instances |`string`|`""`| no |
20
21
| instance\_template | Instance template self\_link used to create compute instances |`any`| n/a | yes |
21
22
| network | Network to deploy to. Only one of network or subnetwork should be specified. |`string`|`""`| no |
0 commit comments