mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 17:09:04 +01:00
feat: Update TLS provider and remove unnecessary cloud init version requirements (#1966)
This commit is contained in:
@@ -568,10 +568,11 @@ resource "aws_launch_template" "external" {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
network_interfaces {
|
||||
associate_public_ip_address = false
|
||||
delete_on_termination = true
|
||||
}
|
||||
# Disabling due to https://github.com/hashicorp/terraform-provider-aws/issues/23766
|
||||
# network_interfaces {
|
||||
# associate_public_ip_address = false
|
||||
# delete_on_termination = true
|
||||
# }
|
||||
|
||||
# if you want to use a custom AMI
|
||||
# image_id = var.ami_id
|
||||
|
||||
Reference in New Issue
Block a user