Improve terraform configs
Allow string ports to set port range in hcloud firewall
This commit is contained in:
parent
1a6395f602
commit
57fe2ed42c
3 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ variable "services" {
|
|||
}))
|
||||
ports = optional(list(object({
|
||||
description = string
|
||||
port = number
|
||||
port = string
|
||||
protocol = string
|
||||
type = string
|
||||
})))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue