Skip to content

CKV_AWS_312 - Incorrect check values #6007

@stevec1980

Description

@stevec1980

Describe the issue
If it is related to an existing check, please note the relevant check ID.
Also, explain the logic for this addition / change.

Examples
Correct seeting in TF:

setting {
name = "HealthStreamingEnabled"
namespace = "aws:elasticbeanstalk:cloudwatch:logs:health"
value = "true"
}

Check is looking for:

setting {
namespace = "aws:elasticbeanstalk:healthreporting:system"
name = "HealthStreamingEnabled"
value = "true"
}

The combination that checkov expects is not possible, see here: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html#command-options-general-elasticbeanstalkhealthreporting

Version (please complete the following information):

  • Checkov Version 3.2.3

Additional context
none

Metadata

Metadata

Assignees

No one assigned

    Labels

    checksCheck additions or changesstale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions