Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nate committed Apr 27, 2021
2 parents 9f7583f + 136b6dd commit 24e4212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#####################################################################

locals {
vm_name_prefix = "${var.VmEnv}lin${format("%04d", var.VmNumber)}"
vm_name_prefix = "${var.VmEnv}win${format("%04d", var.VmNumber)}"
}

# Create Password for vm
Expand Down

0 comments on commit 24e4212

Please sign in to comment.