mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 15:30:44 -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
|
@ -276,7 +276,7 @@ module "jump_host" {
|
|||
subnet_id = azurerm_subnet.loadbalancer_subnet[0].id
|
||||
ports = [for port in local.ports : port.port]
|
||||
lb_internal_ip = azurerm_lb.loadbalancer.frontend_ip_configuration[0].private_ip_address
|
||||
tags = local.tags
|
||||
tags = var.additional_tags
|
||||
}
|
||||
|
||||
data "azurerm_subscription" "current" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue