101-devtest-labs - generate the vm name with random value (#272)
* 101-devtest-labs - update the vm name
This commit is contained in:
@ -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."
|
||||
|
Reference in New Issue
Block a user