We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b657fe commit 1466a02Copy full SHA for 1466a02
modules/instance_template/variables.tf
@@ -375,7 +375,7 @@ variable "confidential_instance_type" {
375
variable "access_config" {
376
description = "Access configurations, i.e. IPs via which the VM instance can be accessed via the Internet."
377
type = list(object({
378
- nat_ip = string
+ nat_ip = optional(string)
379
network_tier = string
380
}))
381
default = []
0 commit comments