Skip to content

Commit

Permalink
https://github.com/andgineer/terraform-aws-cloudmap/issues/1
Browse files Browse the repository at this point in the history
tflint
  • Loading branch information
andgineer committed Oct 19, 2024
1 parent 26b8e02 commit 2ddfca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/ecs-fargate/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "aws_ecs_task_definition" "this" {
}

# ============================== Service ==============================
resource "aws_ecs_service" "this" {
resource "aws_ecs_service" "this" { # tflint-ignore: terraform_required_providers
name = var.ecs_name
cluster = aws_ecs_cluster.this.id
task_definition = aws_ecs_task_definition.this.arn
Expand Down

0 comments on commit 2ddfca3

Please sign in to comment.