Skip to content

Instantly share code, notes, and snippets.

@afdesk
Created November 26, 2021 11:30
Show Gist options
  • Save afdesk/ac29ffea6029c55f10cf06b7ba6289c3 to your computer and use it in GitHub Desktop.
Save afdesk/ac29ffea6029c55f10cf06b7ba6289c3 to your computer and use it in GitHub Desktop.
scan terraform
$ trivy conf --severity HIGH,CRITICAL .
WARNING: Failed to load module: missing module with source 'terraform-aws-modules/acm/aws' - try to 'terraform init' first
WARNING: Failed to load module: missing module with source 'terraform-aws-modules/s3-bucket/aws' - try to 'terraform init' first
WARNING: Failed to load module: missing module with source 'terraform-aws-modules/alb/aws' - try to 'terraform init' first
2021-11-26T17:28:02.595+0600 INFO Detected config files: 185
.terraform/modules/endpoint.msk_nlb/examples/complete-nlb/main.tf (terraform)
=============================================================================
Tests: 13 (SUCCESSES: 13, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/endpoint.msk_nlb/main.tf (terraform)
=======================================================
Tests: 30 (SUCCESSES: 28, FAILURES: 2, EXCEPTIONS: 0)
Failures: 2 (HIGH: 1, CRITICAL: 1)
+------------------------------------------+--------------+------------------------------------------+----------+---------------------------------------------------------+
| TYPE | MISCONF ID | CHECK | SEVERITY | MESSAGE |
+------------------------------------------+--------------+------------------------------------------+----------+---------------------------------------------------------+
| Terraform Security Check powered by | AVD-AWS-0053 | Load balancer is exposed to the | HIGH | Resource 'module.nlb:aws_lb.this[0]' |
| tfsec | | internet. | | is exposed publicly. |
| | | | | -->tfsec.dev/docs/aws/elbv2/alb-not-public#aws/elbv2 |
+ +--------------+------------------------------------------+----------+---------------------------------------------------------+
| | AVD-AWS-0108 | An outdated SSL policy is in use by a | CRITICAL | Resource 'module.nlb:aws_lb_listener.frontend_https[0]' |
| | | load balancer. | | is using an outdated SSL policy. |
| | | | | -->tfsec.dev/docs/aws/vpc/use-secure-tls-policy#aws/vpc |
+------------------------------------------+--------------+------------------------------------------+----------+---------------------------------------------------------+
.terraform/modules/endpoint.msk_nlb/variables.tf (terraform)
============================================================
Tests: 66 (SUCCESSES: 66, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/examples/computed/main.tf (terraform)
=======================================================================
Tests: 7 (SUCCESSES: 7, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/examples/disabled/main.tf (terraform)
=======================================================================
Tests: 7 (SUCCESSES: 7, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/examples/dynamic/main.tf (terraform)
======================================================================
Tests: 5 (SUCCESSES: 5, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/examples/http/main.tf (terraform)
===================================================================
Tests: 13 (SUCCESSES: 13, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/examples/rules-only/main.tf (terraform)
=========================================================================
Tests: 15 (SUCCESSES: 15, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/main.tf (terraform)
=====================================================
Tests: 359 (SUCCESSES: 229, FAILURES: 130, EXCEPTIONS: 0)
Failures: 130 (HIGH: 0, CRITICAL: 130)
+------------------------------------------+--------------+------------------------------------------+----------+----------------------------------------------------------------------------------------+
| TYPE | MISCONF ID | CHECK | SEVERITY | MESSAGE |
+------------------------------------------+--------------+------------------------------------------+----------+----------------------------------------------------------------------------------------+
| Terraform Security Check powered by | AVD-AWS-0104 | An egress security group rule allows | CRITICAL | Resource |
| tfsec | | traffic to /0. | | 'module.http_mysql_1_sg:module.sg:aws_security_group_rule.egress_rules[0]' |
| | | | | defines a fully open egress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-egress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.http_mysql_2_sg:module.sg:aws_security_group_rule.egress_rules[0]' |
| | | | | defines a fully open egress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-egress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.http_sg:module.sg:aws_security_group_rule.egress_rules[0]' |
| | | | | defines a fully open egress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-egress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.http_with_egress_minimal_sg:module.sg:aws_security_group_rule.egress_rules[0]' |
| | | | | defines a fully open egress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-egress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.http_with_egress_minimal_sg:module.sg:aws_security_group_rule.egress_rules[1]' |
| | | | | defines a fully open egress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-egress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.msk_service_sg:aws_security_group_rule.egress_rules[0]' |
| | | | | defines a fully open egress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-egress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.mysql_sg:module.sg:aws_security_group_rule.egress_rules[0]' |
| | | | | defines a fully open egress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-egress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.sg:aws_security_group_rule.computed_egress_rules[0]' |
| | | | | defines a fully open egress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-egress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.sg:aws_security_group_rule.egress_rules[0]' |
| | | | | defines a fully open egress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-egress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ +--------------+------------------------------------------+ +----------------------------------------------------------------------------------------+
| | AVD-AWS-0107 | An ingress security group rule allows | | Resource |
| | | traffic from /0. | | 'module.http_mysql_1_sg:module.sg:aws_security_group_rule.ingress_rules[0]' |
| | | | | defines a fully open ingress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress-sgr#aws/vpc |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.http_mysql_1_sg:module.sg:aws_security_group_rule.ingress_rules[1]' |
| | | | | defines a fully open ingress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress-sgr#aws/vpc |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.http_sg:module.sg:aws_security_group_rule.ingress_rules[0]' |
| | | | | defines a fully open ingress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress-sgr#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ + + + +----------------------------------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.mysql_sg:module.sg:aws_security_group_rule.ingress_rules[0]' |
| | | | | defines a fully open ingress security group rule. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress-sgr#aws/vpc |
+------------------------------------------+--------------+------------------------------------------+----------+----------------------------------------------------------------------------------------+
.terraform/modules/msk_service_sg/modules/_templates/main.tf (terraform)
========================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/_templates/variables.tf (terraform)
=============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/activemq/auto_values.tf (terraform)
=============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/activemq/main.tf (terraform)
======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/activemq/variables.tf (terraform)
===========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/alertmanager/auto_values.tf (terraform)
=================================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/alertmanager/main.tf (terraform)
==========================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/alertmanager/variables.tf (terraform)
===============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/carbon-relay-ng/auto_values.tf (terraform)
====================================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/carbon-relay-ng/main.tf (terraform)
=============================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/carbon-relay-ng/variables.tf (terraform)
==================================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/cassandra/auto_values.tf (terraform)
==============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/cassandra/main.tf (terraform)
=======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/cassandra/variables.tf (terraform)
============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/consul/auto_values.tf (terraform)
===========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/consul/main.tf (terraform)
====================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/consul/variables.tf (terraform)
=========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/docker-swarm/auto_values.tf (terraform)
=================================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/docker-swarm/main.tf (terraform)
==========================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/docker-swarm/variables.tf (terraform)
===============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/elasticsearch/auto_values.tf (terraform)
==================================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/elasticsearch/main.tf (terraform)
===========================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/elasticsearch/variables.tf (terraform)
================================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/etcd/auto_values.tf (terraform)
=========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/etcd/main.tf (terraform)
==================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/etcd/variables.tf (terraform)
=======================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/grafana/auto_values.tf (terraform)
============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/grafana/main.tf (terraform)
=====================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/grafana/variables.tf (terraform)
==========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/graphite-statsd/auto_values.tf (terraform)
====================================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/graphite-statsd/main.tf (terraform)
=============================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/graphite-statsd/variables.tf (terraform)
==================================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/http-80/auto_values.tf (terraform)
============================================================================
Tests: 168 (SUCCESSES: 168, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/http-80/main.tf (terraform)
=====================================================================
Tests: 14 (SUCCESSES: 14, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/http-80/variables.tf (terraform)
==========================================================================
Tests: 770 (SUCCESSES: 770, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/http-8080/auto_values.tf (terraform)
==============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/http-8080/main.tf (terraform)
=======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/http-8080/variables.tf (terraform)
============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/https-443/auto_values.tf (terraform)
==============================================================================
Tests: 48 (SUCCESSES: 48, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/https-443/main.tf (terraform)
=======================================================================
Tests: 4 (SUCCESSES: 4, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/https-443/variables.tf (terraform)
============================================================================
Tests: 220 (SUCCESSES: 220, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/https-8443/auto_values.tf (terraform)
===============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/https-8443/main.tf (terraform)
========================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/https-8443/variables.tf (terraform)
=============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ipsec-4500/auto_values.tf (terraform)
===============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ipsec-4500/main.tf (terraform)
========================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ipsec-4500/variables.tf (terraform)
=============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ipsec-500/auto_values.tf (terraform)
==============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ipsec-500/main.tf (terraform)
=======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ipsec-500/variables.tf (terraform)
============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/kafka/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/kafka/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/kafka/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/kibana/auto_values.tf (terraform)
===========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/kibana/main.tf (terraform)
====================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/kibana/variables.tf (terraform)
=========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/kubernetes-api/auto_values.tf (terraform)
===================================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/kubernetes-api/main.tf (terraform)
============================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/kubernetes-api/variables.tf (terraform)
=================================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ldap/auto_values.tf (terraform)
=========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ldap/main.tf (terraform)
==================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ldap/variables.tf (terraform)
=======================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ldaps/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ldaps/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ldaps/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/logstash/auto_values.tf (terraform)
=============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/logstash/main.tf (terraform)
======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/logstash/variables.tf (terraform)
===========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/memcached/auto_values.tf (terraform)
==============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/memcached/main.tf (terraform)
=======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/memcached/variables.tf (terraform)
============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/minio/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/minio/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/minio/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/mongodb/auto_values.tf (terraform)
============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/mongodb/main.tf (terraform)
=====================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/mongodb/variables.tf (terraform)
==========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/mssql/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/mssql/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/mssql/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/mysql/auto_values.tf (terraform)
==========================================================================
Tests: 48 (SUCCESSES: 48, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/mysql/main.tf (terraform)
===================================================================
Tests: 4 (SUCCESSES: 4, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/mysql/variables.tf (terraform)
========================================================================
Tests: 220 (SUCCESSES: 220, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/nfs/auto_values.tf (terraform)
========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/nfs/main.tf (terraform)
=================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/nfs/variables.tf (terraform)
======================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/nomad/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/nomad/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/nomad/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ntp/auto_values.tf (terraform)
========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ntp/main.tf (terraform)
=================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ntp/variables.tf (terraform)
======================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/openvpn/auto_values.tf (terraform)
============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/openvpn/main.tf (terraform)
=====================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/openvpn/variables.tf (terraform)
==========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/oracle-db/auto_values.tf (terraform)
==============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/oracle-db/main.tf (terraform)
=======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/oracle-db/variables.tf (terraform)
============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/postgresql/auto_values.tf (terraform)
===============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/postgresql/main.tf (terraform)
========================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/postgresql/variables.tf (terraform)
=============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/prometheus/auto_values.tf (terraform)
===============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/prometheus/main.tf (terraform)
========================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/prometheus/variables.tf (terraform)
=============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/puppet/auto_values.tf (terraform)
===========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/puppet/main.tf (terraform)
====================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/puppet/variables.tf (terraform)
=========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/rabbitmq/auto_values.tf (terraform)
=============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/rabbitmq/main.tf (terraform)
======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/rabbitmq/variables.tf (terraform)
===========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/rdp/auto_values.tf (terraform)
========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/rdp/main.tf (terraform)
=================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/rdp/variables.tf (terraform)
======================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/redis/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/redis/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/redis/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/redshift/auto_values.tf (terraform)
=============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/redshift/main.tf (terraform)
======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/redshift/variables.tf (terraform)
===========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/smtp-submission/auto_values.tf (terraform)
====================================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/smtp-submission/main.tf (terraform)
=============================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/smtp-submission/variables.tf (terraform)
==================================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/smtp/auto_values.tf (terraform)
=========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/smtp/main.tf (terraform)
==================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/smtp/variables.tf (terraform)
=======================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/smtps/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/smtps/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/smtps/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/solr/auto_values.tf (terraform)
=========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/solr/main.tf (terraform)
==================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/solr/variables.tf (terraform)
=======================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/splunk/auto_values.tf (terraform)
===========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/splunk/main.tf (terraform)
====================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/splunk/variables.tf (terraform)
=========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/squid/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/squid/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/squid/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ssh/auto_values.tf (terraform)
========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ssh/main.tf (terraform)
=================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/ssh/variables.tf (terraform)
======================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/storm/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/storm/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/storm/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/web/auto_values.tf (terraform)
========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/web/main.tf (terraform)
=================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/web/variables.tf (terraform)
======================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/winrm/auto_values.tf (terraform)
==========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/winrm/main.tf (terraform)
===================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/winrm/variables.tf (terraform)
========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/zipkin/auto_values.tf (terraform)
===========================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/zipkin/main.tf (terraform)
====================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/zipkin/variables.tf (terraform)
=========================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/zookeeper/auto_values.tf (terraform)
==============================================================================
Tests: 24 (SUCCESSES: 24, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/zookeeper/main.tf (terraform)
=======================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/modules/zookeeper/variables.tf (terraform)
============================================================================
Tests: 110 (SUCCESSES: 110, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/rules.tf (terraform)
======================================================
Tests: 52 (SUCCESSES: 52, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/msk_service_sg/variables.tf (terraform)
==========================================================
Tests: 1222 (SUCCESSES: 1222, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/examples/ipv6/main.tf (terraform)
========================================================
Tests: 7 (SUCCESSES: 7, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/examples/issues/main.tf (terraform)
==========================================================
Tests: 11 (SUCCESSES: 11, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/examples/manage-default-vpc/main.tf (terraform)
======================================================================
Tests: 7 (SUCCESSES: 7, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/examples/network-acls/main.tf (terraform)
================================================================
Tests: 7 (SUCCESSES: 7, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/examples/outpost/main.tf (terraform)
===========================================================
Tests: 7 (SUCCESSES: 7, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/examples/secondary-cidr-blocks/main.tf (terraform)
=========================================================================
Tests: 7 (SUCCESSES: 7, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/examples/simple-vpc/main.tf (terraform)
==============================================================
Tests: 7 (SUCCESSES: 7, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/examples/vpc-flow-logs/main.tf (terraform)
=================================================================
Tests: 27 (SUCCESSES: 26, FAILURES: 1, EXCEPTIONS: 0)
Failures: 1 (HIGH: 1, CRITICAL: 0)
+------------------------------------------+--------------+------------------------------------------+----------+--------------------------------------------------------+
| TYPE | MISCONF ID | CHECK | SEVERITY | MESSAGE |
+------------------------------------------+--------------+------------------------------------------+----------+--------------------------------------------------------+
| Terraform Security Check powered by | AVD-AWS-0057 | IAM policy should avoid use of wildcards | HIGH | Resource |
| tfsec | | and instead apply the principle of least | | 'data.aws_iam_policy_document.vpc_flow_log_cloudwatch' |
| | | privilege | | defines a policy with wildcarded resources. |
| | | | | -->tfsec.dev/docs/aws/iam/no-policy-wildcards#aws/iam |
+------------------------------------------+--------------+------------------------------------------+----------+--------------------------------------------------------+
.terraform/modules/vpc/examples/vpc-separate-private-route-tables/main.tf (terraform)
=====================================================================================
Tests: 7 (SUCCESSES: 7, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/main.tf (terraform)
==========================================
Tests: 464 (SUCCESSES: 450, FAILURES: 14, EXCEPTIONS: 0)
Failures: 14 (HIGH: 1, CRITICAL: 13)
+------------------------------------------+--------------+------------------------------------------+----------+------------------------------------------------------------+
| TYPE | MISCONF ID | CHECK | SEVERITY | MESSAGE |
+------------------------------------------+--------------+------------------------------------------+----------+------------------------------------------------------------+
| Terraform Security Check powered by | AVD-AWS-0101 | AWS best practice to not use the default | HIGH | Resource 'module.vpc:aws_default_vpc.this[0]' |
| tfsec | | VPC for workflows | | should not exist |
| | | | | -->tfsec.dev/docs/aws/vpc/no-default-vpc#aws/vpc |
+ +--------------+------------------------------------------+----------+------------------------------------------------------------+
| | AVD-AWS-0102 | An ingress Network ACL rule allows ALL | CRITICAL | Resource |
| | | ports. | | 'module.vpc:aws_network_acl_rule.elasticache_inbound[0]' |
| | | | | defines a fully open ingress Network |
| | | | | ACL rule with ALL ports open. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-excessive-port-access#aws/vpc |
+ + + + + +
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
+ +--------------+------------------------------------------+ +------------------------------------------------------------+
| | AVD-AWS-0105 | An ingress Network ACL rule allows | | Resource |
| | | specific ports from /0. | | 'module.vpc:aws_network_acl_rule.outpost_inbound[0]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.outpost_inbound[1]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.outpost_inbound[2]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.outpost_inbound[3]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.outpost_inbound[4]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.public_inbound[0]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.public_inbound[1]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.public_inbound[2]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.public_inbound[3]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.public_inbound[4]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+ + + + +------------------------------------------------------------+
| | | | | Resource |
| | | | | 'module.vpc:aws_network_acl_rule.public_inbound[5]' |
| | | | | defines a Network ACL rule that allows |
| | | | | specific ingress ports from anywhere. |
| | | | | -->tfsec.dev/docs/aws/vpc/no-public-ingress#aws/vpc |
+------------------------------------------+--------------+------------------------------------------+----------+------------------------------------------------------------+
.terraform/modules/vpc/modules/vpc-endpoints/main.tf (terraform)
================================================================
Tests: 2 (SUCCESSES: 2, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/modules/vpc-endpoints/variables.tf (terraform)
=====================================================================
Tests: 14 (SUCCESSES: 14, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/variables.tf (terraform)
===============================================
Tests: 2988 (SUCCESSES: 2988, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
.terraform/modules/vpc/vpc-flow-logs.tf (terraform)
===================================================
Tests: 36 (SUCCESSES: 36, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
modules/endpoint/main.tf (terraform)
====================================
Tests: 18 (SUCCESSES: 18, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
msk.tf (terraform)
==================
Tests: 15 (SUCCESSES: 15, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
providers.tf (terraform)
========================
Tests: 3 (SUCCESSES: 3, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
variables.tf (terraform)
========================
Tests: 28 (SUCCESSES: 28, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
vpc.tf (terraform)
==================
Tests: 4 (SUCCESSES: 4, FAILURES: 0, EXCEPTIONS: 0)
Failures: 0 (HIGH: 0, CRITICAL: 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment