fix 301-hub-spoke
This commit is contained in:
@ -1,18 +1,20 @@
|
||||
variable "location" {
|
||||
description = "Location of the network"
|
||||
default = "eastus"
|
||||
description = "Location of the network"
|
||||
default = "eastus"
|
||||
}
|
||||
|
||||
variable "username" {
|
||||
description = "Username for Virtual Machines"
|
||||
default = "azureuser"
|
||||
description = "Username for Virtual Machines"
|
||||
default = "azureuser"
|
||||
}
|
||||
|
||||
variable "password" {
|
||||
description = "Password for Virtual Machines"
|
||||
description = "Password for Virtual Machines"
|
||||
sensitive = true
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "vmsize" {
|
||||
description = "Size of the VMs"
|
||||
default = "Standard_DS1_v2"
|
||||
description = "Size of the VMs"
|
||||
default = "Standard_DS1_v2"
|
||||
}
|
||||
|
Reference in New Issue
Block a user