Skip to content

Commit 042ffcf

Browse files
authored
fix: do not deploy aws-ecr scanning when set to false (#136)
1 parent d3f4866 commit 042ffcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: modules/services/cloud-connector-ecs/cloudconnector-config.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ locals {
3535
organizationalRolePerAccount = var.organizational_config.organizational_role_per_account
3636
} : {})
3737
} : {},
38-
local.deploy_image_scanning_with_codebuild ? {
38+
var.deploy_image_scanning_ecr ? {
3939
aws-ecr = merge({
4040
codeBuildProject = var.build_project_name
4141
secureAPITokenSecretName = var.secure_api_token_secret_name

0 commit comments

Comments
 (0)