101-devtest-labs - generate the vm name with random value (#272)

* 101-devtest-labs - update the vm name
This commit is contained in:
Neil Ye
2023-11-15 13:27:30 +08:00
committed by GitHub
parent d136bbb5a1
commit 6e5cdfc2a6
3 changed files with 8 additions and 8 deletions

View File

@ -16,12 +16,6 @@ variable "lab_name" {
default = "ExampleLab"
}
variable "vm_name" {
type = string
description = "The name of the vm to be created."
default = "example-vm"
}
variable "vm_size" {
type = string
description = "The size of the vm to be created."