update files from comments

This commit is contained in:
cshea15
2023-10-02 20:37:33 -04:00
parent ec8fa91e05
commit 00d4ef3f0c
2 changed files with 7 additions and 5 deletions

View File

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