fixed files on feedback

This commit is contained in:
cshea15
2023-10-03 17:08:46 -04:00
parent 295ee5a644
commit 69a69c4969
3 changed files with 16 additions and 14 deletions

View File

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