Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Istrati committed Nov 22, 2024
1 parent 2f113b7 commit a962284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/core/eks_node/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module "self_managed_node_group" {
? var.spf_eks_node_ec2 : var.q.instance_types), 0)
)
network_interfaces = [{
associated_carrier_ip_address = true
associate_carrier_ip_address = true
}]

desired_size = var.q.desired_size
Expand Down

0 comments on commit a962284

Please sign in to comment.