add ssh key to module

This commit is contained in:
cshea15
2023-10-05 16:52:15 -04:00
parent e25785c539
commit deee58f798
5 changed files with 74 additions and 41 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"
}