Skip to content

Commit

Permalink
fmt tf
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Sep 18, 2023
1 parent 1993b84 commit 72a1066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/setup-terraform/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
}

resource "aws_ecr_repository" "lambda-registrator" {
name = local.ecr_repository_name
name = local.ecr_repository_name
force_delete = true
}

Expand Down

0 comments on commit 72a1066

Please sign in to comment.