Skip to content

Commit

Permalink
Merge pull request #55 from silinternational/develop
Browse files Browse the repository at this point in the history
enable IPv6 and remove public IPv4 from ALB
  • Loading branch information
briskt authored Dec 3, 2024
2 parents 79df357 + 285d126 commit ba5f6e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ locals {

module "app" {
source = "silinternational/ecs-app/aws"
version = "~> 0.9.1"
version = "~> 0.10.0"

app_env = local.app_env
app_name = var.app_name
Expand All @@ -44,6 +44,8 @@ module "app" {
rds_ca_cert_identifier = "rds-ca-rsa2048-g1"
log_retention_in_days = 60
asg_tags = local.tags
disable_public_ipv4 = true
enable_ipv6 = true
health_check = {
matcher = "302,303"
path = "/"
Expand Down

0 comments on commit ba5f6e9

Please sign in to comment.