Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-Meitner committed Jul 19, 2022
1 parent 5ce2fb7 commit 0026ec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resource "aws_ecs_cluster" "ecs_cluster" {

resource "aws_ecs_service" "main" {
name = "${var.app_name}-${var.env_name}"
name = "${var.app_name}-${var.env_name}"
cluster = aws_ecs_cluster.ecs_cluster.id
task_definition = aws_ecs_task_definition.task_definition.arn
launch_type = "FARGATE"
Expand Down

0 comments on commit 0026ec6

Please sign in to comment.