Skip to content

Commit

Permalink
Assign an IPv6 address to the ECS clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 17, 2024
1 parent c0bebe5 commit 45e6908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf/modules/ecs_cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ resource "aws_launch_template" "container_host" {
network_interfaces {
associate_public_ip_address = true
delete_on_termination = true
ipv6_address_count = 1
security_groups = [
aws_security_group.container_host.id,
]
Expand Down

0 comments on commit 45e6908

Please sign in to comment.