mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 14:32:17 -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
|
@ -59,6 +59,11 @@ variable "floating_ip_pool_id" {
|
|||
description = "Pool (network name) to use for floating IPs."
|
||||
}
|
||||
|
||||
variable "additional_tags" {
|
||||
type = list(any)
|
||||
description = "Additional tags that should be applied to created resources."
|
||||
}
|
||||
|
||||
# STACKIT-specific variables
|
||||
|
||||
variable "stackit_project_id" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue