Skip to content

Commit

Permalink
PR review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Sep 25, 2024
1 parent e2671fb commit d19aa7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .modules/service/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ resource "aws_ecs_task_definition" "task" {
}
}, var.container_definitions)
])
}
}
4 changes: 2 additions & 2 deletions .modules/webservice/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ data "cloudflare_zone" "dns_zone" {
resource "cloudflare_record" "instance_dns" {
zone_id = data.cloudflare_zone.dns_zone.id
name = coalesce(var.subdomain, lower(var.service_name))
content = lower(aws_alb.main.dns_name)
value = lower(aws_alb.main.dns_name)
type = "CNAME"
ttl = 1
proxied = var.cloudflare_proxy
}
}

0 comments on commit d19aa7d

Please sign in to comment.