mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 10:38:46 -04:00
terraform: Allow nodes to join the cluster when using a jump host by removing the constellation-uid
tag (#3064)
* terraform: remove constellation-uid tag from jump-host
This commit is contained in:
parent
3241e5a126
commit
ecebd607c5
4 changed files with 4 additions and 4 deletions
|
@ -213,5 +213,5 @@ module "jump_host" {
|
|||
ports = [for port in local.load_balancer_ports : port.port]
|
||||
security_groups = [aws_security_group.security_group.id]
|
||||
iam_instance_profile = var.iam_instance_profile_name_worker_nodes
|
||||
additional_tags = local.tags
|
||||
additional_tags = var.additional_tags
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue