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):
Additional context
none
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):
Additional context
none