update changes to files

This commit is contained in:
cshea15
2023-10-02 21:32:54 -04:00
parent 00d4ef3f0c
commit 44857345c7
2 changed files with 16 additions and 3 deletions

View File

@ -27,7 +27,7 @@ variable "virtual_machine_size" {
}
variable "admin_username" {
type = string
type = string
description = "value of the admin username."
default = "azureuser"
default = "azureuser"
}