Skip to content

Commit bf45e14

Browse files
committed
chore: add note on network interface bug
1 parent 774194a commit bf45e14

File tree

1 file changed

+6
-0
lines changed
  • examples/eks_managed_node_group

1 file changed

+6
-0
lines changed

examples/eks_managed_node_group/main.tf

+6
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,12 @@ resource "aws_launch_template" "external" {
568568
enabled = true
569569
}
570570

571+
# Disabling due to https://github.com/hashicorp/terraform-provider-aws/issues/23766
572+
# network_interfaces {
573+
# associate_public_ip_address = false
574+
# delete_on_termination = true
575+
# }
576+
571577
# if you want to use a custom AMI
572578
# image_id = var.ami_id
573579

0 commit comments

Comments
 (0)