fix: use type any for server variable
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Robert Kaussow 2022-12-18 16:32:39 +01:00
parent 5dec723779
commit c125c04d9e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -39,7 +39,7 @@ variable "ucs_zones" {
// Module
variable "server" {
type = list(any)
type = any
default = []
}