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

aws_ec2_security_group does not report the inspected security group name or id #143

Closed
aaronlippold opened this issue Dec 16, 2017 · 1 comment

Comments

@aaronlippold
Copy link
Collaborator

When you execute a control that uses the aws_ec2_security_group resource it should report the name of the security group in all formatters.

 ✔  aws_security_group: EC2 Security Group should exist
     ✔  EC2 Security Group should exist

should be something like:

 ✔  aws_security_group: EC2 Security Group should exist
     ✔  EC2 Security Group `sg-a12345` should exist
@clintoncwolfe
Copy link
Collaborator

This is a great thing to call out, and should be straighforward to add to the to_s method in libraries/aws_ec2_security_group. If someone wants to make their first contribution, this would be a great chance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants