mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -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
|
@ -27,7 +27,7 @@ resource "aws_instance" "jump_host" {
|
|||
vpc_security_group_ids = var.security_groups
|
||||
|
||||
tags = merge(var.additional_tags, {
|
||||
"Name" = "${var.base_name}-jump-host"
|
||||
"Name" = "${var.base_name}-jump-host",
|
||||
})
|
||||
|
||||
user_data = <<EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue