Changed admin username

This commit is contained in:
Tom Archer 2023-05-19 08:10:54 -07:00
parent 40ac990971
commit bc381cc73e

View File

@ -13,7 +13,7 @@ variable "resource_group_name_prefix" {
variable "user_name" {
type = string
description = "The username for the local account that will be created on the new vm."
default = "exampleuser"
default = "azureadmin"
}
variable "password" {