Skip to content

Commit

Permalink
Merge pull request #327 from companieshouse/tech-debt
Browse files Browse the repository at this point in the history
JU-885: tech debt for confirmation statement api
  • Loading branch information
rhilgenbergbastos-ch authored Dec 12, 2024
2 parents f96a8a2 + cf438b3 commit 19133a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions terraform/groups/ecs-service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
}

module "secrets" {
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.253"
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.293"

name_prefix = "${local.service_name}-${var.environment}"
environment = var.environment
Expand All @@ -28,7 +28,7 @@ module "secrets" {
}

module "ecs-service" {
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.253"
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.293"

# Environmental configuration
environment = var.environment
Expand All @@ -38,6 +38,7 @@ module "ecs-service" {
ecs_cluster_id = data.aws_ecs_cluster.ecs_cluster.id
task_execution_role_arn = data.aws_iam_role.ecs_cluster_iam_role.arn


# Load balancer configuration
lb_listener_arn = data.aws_lb_listener.service_lb_listener.arn
lb_listener_rule_priority = local.lb_listener_rule_priority
Expand Down Expand Up @@ -79,6 +80,7 @@ module "ecs-service" {
use_capacity_provider = var.use_capacity_provider
use_fargate = var.use_fargate
fargate_subnets = local.application_subnet_ids
read_only_root_filesystem = false

# Cloudwatch
cloudwatch_alarms_enabled = var.cloudwatch_alarms_enabled
Expand Down

0 comments on commit 19133a4

Please sign in to comment.