Skip to content

Commit

Permalink
Merge pull request #385 from /issues/71
Browse files Browse the repository at this point in the history
Bugfix/Multiple bugs for AWS provider
  • Loading branch information
x4v13r64 authored Apr 30, 2019
2 parents a747a04 + b8d0668 commit dee92ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ <h4 class="list-group-item-heading">{{name}}</h4>
</div>

<div class="list-group-item">
<h4 class="list-group-item-heading">Information</h4>
<div class="list-group-item-text">Description: {{description}}</div>
<div class="list-group-item-text">Region: {{region}}</div>
<div class="list-group-item-text">VPC: {{getValueAt 'services.vpc.regions' region 'vpcs' vpc 'name'}} ({{vpc}})</div>
<div class="list-group-item-text">ID: {{id}}</div>
<h4 class="list-group-item-heading">Information</h4>
<div class="list-group-item-text">ID: {{id}}</div>
<div class="list-group-item-text">Region: {{region}}</div>
<div class="list-group-item-text">VPC: {{getValueAt 'services.vpc.regions' region 'vpcs' vpc 'name'}} ({{vpc}})</div>
<div class="list-group-item-text">Description: {{description}}</div>
</div>

{{#each rules}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"description": "Unused security groups",
"description": "Unused Security Groups",
"rationale": " Non-default security groups were defined which were unused and may not be required. This being the case, their existence in the configuration increases the risk that they may be inappropriately assigned. The unused security groups should be reviewed and removed if no longer required.",
"path": "ec2.regions.id.vpcs.id.security_groups.id",
"dashboard_name": "Security groups",
"conditions": [ "and",
Expand Down

0 comments on commit dee92ed

Please sign in to comment.