made minor changes

This commit is contained in:
cshea15
2023-10-03 09:44:43 -04:00
parent e0c258c3d7
commit 757c9646ae
3 changed files with 9 additions and 7 deletions

View File

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