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 d3f4866 commit 042ffcfCopy full SHA for 042ffcf
modules/services/cloud-connector-ecs/cloudconnector-config.tf
@@ -35,7 +35,7 @@ locals {
35
organizationalRolePerAccount = var.organizational_config.organizational_role_per_account
36
} : {})
37
} : {},
38
- local.deploy_image_scanning_with_codebuild ? {
+ var.deploy_image_scanning_ecr ? {
39
aws-ecr = merge({
40
codeBuildProject = var.build_project_name
41
secureAPITokenSecretName = var.secure_api_token_secret_name
0 commit comments