We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e1a86 commit 625695aCopy full SHA for 625695a
modules/virt-machine/cloud_init.tf
@@ -5,7 +5,7 @@ data "template_file" "network_config" {
5
ip_address = element(var.ip_address, count.index)
6
ip_gateway = var.ip_gateway
7
ip_nameserver = var.ip_nameserver
8
- nic = "${var.share_filesystem.source == null ? "ens3" : "ens4"}"
+ nic = (var.share_filesystem.source == null ? "ens3" : "ens4")
9
# WA: If the shared filesystem is used, Libvirt connects Unclassified device to the 3rd position of PCI bus
10
}
11
0 commit comments