File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/self-managed-node-group Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ resource "aws_launch_template" "this" {
433
433
primary_ipv6 = network_interfaces. value . primary_ipv6
434
434
private_ip_address = network_interfaces. value . private_ip_address
435
435
# Ref: https://github.com/hashicorp/terraform-provider-aws/issues/4570
436
- security_groups = compact (concat (network_interfaces. value . security_groups , var . vpc_security_group_ids ))
436
+ security_groups = compact (concat (network_interfaces. value . security_groups , local . security_group_ids ))
437
437
# Set on EKS managed node group, will fail if set here
438
438
# https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html#launch-template-basics
439
439
# subnet_id = try(network_interfaces.value.subnet_id, null)
You can’t perform that action at this time.
0 commit comments