fix(module): update output with local variable instead of variable

This commit is contained in:
Philippe Caseiro 2023-01-20 13:29:22 +01:00
parent 55a9334df3
commit f2864ecc84
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ output "shortname" {
}
output "fqdn" {
value = var.vm_fqdn
value = local.fqdn
}
output "first_nic_mac" {