Skip to content

Commit

Permalink
[PRMP-1123] Terraform format ecs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadIqbalAD-NHS committed Nov 11, 2024
1 parent 76f343f commit fb4de2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "ndr-ecs-fargate-ods-update" {
sg_name = "${terraform.workspace}-ods-weekly-update-sg"
ecs_launch_type = "FARGATE"
ecs_cluster_service_name = "${terraform.workspace}-ods-weekly-update"
ecr_repository_url = module.ndr-docker-ecr-weekly-ods-update.ecr_repository_url # TODO: PRMP-1123 - Re-add "ndr-docker-ecr-weekly-ods-update[0]." before merging
ecr_repository_url = module.ndr-docker-ecr-weekly-ods-update.ecr_repository_url # TODO: PRMP-1123 - Re-add "ndr-docker-ecr-weekly-ods-update[0]." before merging
environment = var.environment
owner = var.owner
container_port = 80
Expand Down Expand Up @@ -99,8 +99,8 @@ module "ndr-ecs-fargate-ods-update" {

resource "aws_iam_role" "ods_weekly_update_task_role" {
# TODO: PRMP-1123 - Uncomment the following line before merging
# count = local.is_sandbox ? 0 : 1
name = "${terraform.workspace}_ods_weekly_update_task_role"
# count = local.is_sandbox ? 0 : 1
name = "${terraform.workspace}_ods_weekly_update_task_role"
managed_policy_arns = [
module.lloyd_george_reference_dynamodb_table.dynamodb_policy,
aws_iam_policy.ssm_access_policy.arn,
Expand Down

0 comments on commit fb4de2b

Please sign in to comment.