mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-28 23:09:36 -04:00
terraform: set empty default value for additional_tags
(#3052)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
47fbbd42a9
commit
f6999084c9
5 changed files with 5 additions and 1 deletions
|
@ -61,6 +61,7 @@ variable "floating_ip_pool_id" {
|
|||
|
||||
variable "additional_tags" {
|
||||
type = list(any)
|
||||
default = []
|
||||
description = "Additional tags that should be applied to created resources."
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue