There was an error while loading. Please reload this page.
1 parent 1b53d4e commit ff0a764Copy full SHA for ff0a764
main.tf
@@ -58,7 +58,7 @@ resource "aws_security_group_rule" "egress_ipv6" {
58
ipv6_cidr_blocks = ["::/0"]
59
security_group_id = join("", aws_security_group.default.*.id)
60
}
61
-
+#defsec:ignore:aws-ec2-no-public-egress-sgr
62
resource "aws_security_group_rule" "ingress" {
63
count = length(var.allowed_ip) > 0 == true && length(var.sg_ids) < 1 ? length(compact(var.allowed_ports)) : 0
64
variables.tf
@@ -185,7 +185,7 @@ variable "at_rest_encryption_enabled" {
185
186
variable "transit_encryption_enabled" {
187
type = bool
188
- default = false
+ default = true
189
description = "Whether to enable encryption in transit."
190
191
0 commit comments