mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-10 18:25:11 -04:00
terraform: use correct security group option for jump host (#2715)
This commit is contained in:
parent
ae00b0a198
commit
1d6e5ca3ea
3 changed files with 7 additions and 7 deletions
|
@ -218,7 +218,7 @@ module "jump_host" {
|
|||
lb_internal_ip = aws_lb.front_end.dns_name
|
||||
ports = [for port in local.load_balancer_ports : port.port]
|
||||
iam_instance_profile = var.iam_instance_profile_worker_nodes
|
||||
security_group_id = aws_security_group.security_group.id
|
||||
security_groups = [aws_security_group.security_group.id]
|
||||
}
|
||||
|
||||
# TODO(31u3r): Remove once 2.12 is released
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue