Skip to content

Commit ff0a764

Browse files
committed
feat: update and added resource description
1 parent 1b53d4e commit ff0a764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "aws_security_group_rule" "egress_ipv6" {
5858
ipv6_cidr_blocks = ["::/0"]
5959
security_group_id = join("", aws_security_group.default.*.id)
6060
}
61-
61+
#defsec:ignore:aws-ec2-no-public-egress-sgr
6262
resource "aws_security_group_rule" "ingress" {
6363
count = length(var.allowed_ip) > 0 == true && length(var.sg_ids) < 1 ? length(compact(var.allowed_ports)) : 0
6464

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ variable "at_rest_encryption_enabled" {
185185

186186
variable "transit_encryption_enabled" {
187187
type = bool
188-
default = false
188+
default = true
189189
description = "Whether to enable encryption in transit."
190190
}
191191

0 commit comments

Comments
 (0)