mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
cli: add role to aws instance name (#2130)
This commit is contained in:
parent
ef4d789dc8
commit
8c321ec1ab
@ -275,7 +275,7 @@ module "instance_group" {
|
||||
enable_snp = var.enable_snp
|
||||
tags = merge(
|
||||
local.tags,
|
||||
{ Name = local.name },
|
||||
{ Name = "${local.name}-${each.value.role}" },
|
||||
{ constellation-role = each.value.role },
|
||||
{ constellation-node-group = each.key },
|
||||
{ constellation-uid = local.uid },
|
||||
|
Loading…
Reference in New Issue
Block a user