Changed admin username
This commit is contained in:
parent
40ac990971
commit
bc381cc73e
@ -13,7 +13,7 @@ variable "resource_group_name_prefix" {
|
|||||||
variable "user_name" {
|
variable "user_name" {
|
||||||
type = string
|
type = string
|
||||||
description = "The username for the local account that will be created on the new vm."
|
description = "The username for the local account that will be created on the new vm."
|
||||||
default = "exampleuser"
|
default = "azureadmin"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "password" {
|
variable "password" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user