Skip to content

Commit 4b77cf5

Browse files
committed
chore: fix wrong paramter
1 parent fe45088 commit 4b77cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ locals {
3838
organizationalRolePerAccount = var.organizational_config.organizational_role_per_account
3939
} : {})
4040
} : {}),
41-
local.ecr_scanning_with_infra ? {
41+
local.ecr_standalone_scanning ? {
4242
aws-ecr-inline = {},
4343
} : {},
4444
local.ecs_standalone_scanning ? {

0 commit comments

Comments
 (0)