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 97c7c2c commit 0d9e416Copy full SHA for 0d9e416
modules/services/cloud-connector-ecs/cloudconnector-config.tf
@@ -18,7 +18,7 @@ locals {
18
{
19
scanners = local.deploy_image_scanning ? [
20
merge(
21
- local.ecs_scanning_with_infra ? {
+ local.ecr_scanning_with_infra ? {
22
aws-ecr = merge({
23
codeBuildProject = var.build_project_name
24
secureAPITokenSecretName = var.secure_api_token_secret_name
0 commit comments