fix 301-hub-spoke

This commit is contained in:
zjhe
2024-10-05 08:50:32 +08:00
committed by lonegunmanb
parent 376f0a3732
commit 96cd33dea4
7 changed files with 386 additions and 375 deletions

View File

@ -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"
}