mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-05 13:19:35 -04:00
cli: allow tagging cloud resources with custom tags (#3033)
This commit is contained in:
parent
f60c133724
commit
b187966581
27 changed files with 172 additions and 42 deletions
|
@ -89,3 +89,8 @@ variable "marketplace_image" {
|
|||
default = null
|
||||
description = "Marketplace image for the cluster's nodes."
|
||||
}
|
||||
|
||||
variable "additional_tags" {
|
||||
type = map(any)
|
||||
description = "Additional tags that should be applied to created resources."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue