fix(module): update output with local variable instead of variable
This commit is contained in:
parent
55a9334df3
commit
f2864ecc84
|
@ -3,7 +3,7 @@ output "shortname" {
|
|||
}
|
||||
|
||||
output "fqdn" {
|
||||
value = var.vm_fqdn
|
||||
value = local.fqdn
|
||||
}
|
||||
|
||||
output "first_nic_mac" {
|
||||
|
|
Loading…
Reference in New Issue