mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 12:36:09 -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
|
@ -92,5 +92,6 @@ variable "marketplace_image" {
|
|||
|
||||
variable "additional_tags" {
|
||||
type = map(any)
|
||||
default = {}
|
||||
description = "Additional tags that should be applied to created resources."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue