fix: use type any for server variable
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
5dec723779
commit
c125c04d9e
@ -39,7 +39,7 @@ variable "ucs_zones" {
|
||||
|
||||
// Module
|
||||
variable "server" {
|
||||
type = list(any)
|
||||
type = any
|
||||
default = []
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user