fix(module): remove unused variable vm_fqdn

This commit is contained in:
Philippe Caseiro 2023-01-20 13:27:51 +01:00
parent 97624cb42d
commit 55a9334df3
1 changed files with 0 additions and 5 deletions

View File

@ -8,11 +8,6 @@ variable "one_prod_ds" {
type = string
}
variable "vm_fqdn" {
description = "Virtual Machine FQDN Name"
type = string
}
variable "vm_shortname" {
description = "Virtual machine short name"
type = string