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 82f5243 commit c0b5acfCopy full SHA for c0b5acf
main.tf
@@ -90,7 +90,7 @@ resource "google_compute_instance_from_template" "bastion_vm" {
90
network_interface {
91
subnetwork = var.subnet
92
subnetwork_project = var.host_project != "" ? var.host_project : var.project
93
- access_config = var.external_ip ? var.access_config : []
+ access_config = var.external_ip ? var.access_config : null
94
network_ip = var.network_ip
95
}
96
0 commit comments