Skip to content

Commit

Permalink
enable wavelength connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Istrati committed Nov 22, 2024
1 parent c546e97 commit d835e1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iac/core/eks_node/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ module "self_managed_node_group" {
element(split(",", try(trimspace(var.spf_eks_node_ec2), "") != ""
? var.spf_eks_node_ec2 : var.q.instance_types), 0)
)
network_interfaces = [{
associated_carrier_ip_address = true
}]

desired_size = var.q.desired_size
min_size = var.q.min_size
Expand Down

0 comments on commit d835e1b

Please sign in to comment.