Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKV_AWS_312: Terraform code provided to fix issue is incorrect #404

Open
avazula opened this issue Feb 12, 2024 · 0 comments · May be fixed by #405
Open

CKV_AWS_312: Terraform code provided to fix issue is incorrect #404

avazula opened this issue Feb 12, 2024 · 0 comments · May be fixed by #405

Comments

@avazula
Copy link

avazula commented Feb 12, 2024

As per CKV_AWS_312, the way to enable EnhancedHealthStreaming for Elastic BeanStalk environment is to set HealthStreamingEnabled to true. However this attribute does not exist in the AWS docs for Elastic BeanStalk environments configuration.

I suppose that the correct settings instead are:

  setting {
    namespace = "aws:elasticbeanstalk:healthreporting:system"
    name      = "SystemType"
    value     = "enhanced"
  }
  setting {
    namespace = "aws:elasticbeanstalk:healthreporting:system"
    name      = "EnhancedHealthAuthEnabled"
    value     = "true"
  }

I will attempt to create a PR to fix this, however I am not familiar with go neither this project so I'd truly appreciate your input.

@avazula avazula linked a pull request Feb 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant