Skip to content

Commit

Permalink
fmt tf
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Feb 23, 2024
1 parent bca7797 commit 6154a64
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 @@ -36,5 +36,5 @@ data "aws_ecr_image" "lambda-registrator" {
null_resource.push-lambda-registrator-to-ecr
]
repository_name = local.ecr_repository_name
image_tag = "${local.ecr_image_tag}"
image_tag = local.ecr_image_tag
}

0 comments on commit 6154a64

Please sign in to comment.