fix(module): remove unused variable vm_fqdn
This commit is contained in:
parent
97624cb42d
commit
55a9334df3
|
@ -8,11 +8,6 @@ variable "one_prod_ds" {
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "vm_fqdn" {
|
|
||||||
description = "Virtual Machine FQDN Name"
|
|
||||||
type = string
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "vm_shortname" {
|
variable "vm_shortname" {
|
||||||
description = "Virtual machine short name"
|
description = "Virtual machine short name"
|
||||||
type = string
|
type = string
|
||||||
|
|
Loading…
Reference in New Issue