Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
avx-rodmans committed Dec 7, 2023
1 parent 70458fd commit 0371662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ resource "aws_iam_role" "ecs_task_execution_role" {

resource "aws_ecs_task_definition" "runner" {
for_each = var.runners
family = "${var.cluster_name}.${each.key}"
family = "${var.cluster_name}_${each.key}"
requires_compatibilities = ["FARGATE"]
network_mode = "awsvpc"
cpu = 1024 * 1
Expand Down

0 comments on commit 0371662

Please sign in to comment.