We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe45088 commit 4b77cf5Copy full SHA for 4b77cf5
modules/services/cloud-connector-ecs/cloudconnector-config.tf
@@ -38,7 +38,7 @@ locals {
38
organizationalRolePerAccount = var.organizational_config.organizational_role_per_account
39
} : {})
40
} : {}),
41
- local.ecr_scanning_with_infra ? {
+ local.ecr_standalone_scanning ? {
42
aws-ecr-inline = {},
43
} : {},
44
local.ecs_standalone_scanning ? {
0 commit comments