feat: Update TLS provider and remove unnecessary cloud init version requirements (#1966)

This commit is contained in:
Bryant Biggs
2022-03-25 04:26:16 -04:00
committed by GitHub
parent 7aed57b173
commit 0269d38fca
7 changed files with 8 additions and 17 deletions

View File

@@ -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