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

fix(terraform): Security group attached to aws_mskconnect_connector is not recognized #6780

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

uroshercog
Copy link

@uroshercog uroshercog commented Oct 17, 2024

User description

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Description

Include MSK Connect connector as a valid associated resource for an aws_security_group for graph check CKV2_AWS_5

Fixes #6779

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my feature, policy, or fix is effective and works
  • New and existing tests pass locally with my changes

Generated description

Dear maintainer, below is a concise technical summary of the changes proposed in this PR:

Add support for aws_mskconnect_connector as a valid associated resource for aws_security_group in the graph check CKV2_AWS_5. Update the YAML configuration and test files to include this new resource, ensuring that the security group is recognized and properly configured with the MSK Connect connector.

TopicDetails
MSK Connect Support Include aws_mskconnect_connector as a valid resource for aws_security_group.
Modified files (3)
  • tests/terraform/graph/checks/resources/SGAttachedToResource/expected.yaml
  • tests/terraform/graph/checks/resources/SGAttachedToResource/main.tf
  • checkov/terraform/checks/graph_checks/aws/SGAttachedToResource.yaml
Latest Contributors(2)
EmailCommitDate
[email protected]...fix-terraform-Security...September 19, 2024
45603731+makmnr@users....fix-terraform-extend-C...September 19, 2024
This pull request is reviewed by Baz. Join @uroshercog and the rest of your team on (Baz).

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 this pull request may close these issues.

Security group attached to aws_mskconnect_connector is not recognized
1 participant