Skip to content

Commit 0d9e416

Browse files
authored
chore: fix precommit (#106)
1 parent 97c7c2c commit 0d9e416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/services/cloud-connector-ecs/cloudconnector-config.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818
{
1919
scanners = local.deploy_image_scanning ? [
2020
merge(
21-
local.ecs_scanning_with_infra ? {
21+
local.ecr_scanning_with_infra ? {
2222
aws-ecr = merge({
2323
codeBuildProject = var.build_project_name
2424
secureAPITokenSecretName = var.secure_api_token_secret_name

0 commit comments

Comments
 (0)