Skip to content

Commit debc7e6

Browse files
Redundant attr: Removed rule_matrix
1 parent c0dcbc8 commit debc7e6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

main.tf

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ module "aws_security_group" {
1414
rules_map = {
1515
extra = var.additional_security_group_rules
1616
}
17-
rule_matrix = [{
18-
key = "in"
19-
source_security_group_ids = var.allowed_security_group_ids
20-
cidr_blocks = var.allowed_cidr_blocks
21-
rules = [{
22-
key = "in"
23-
type = "ingress"
24-
from_port = var.port
25-
to_port = var.port
26-
protocol = "tcp"
27-
description = "Selectively allow inbound traffic"
28-
}]
29-
}]
3017

3118
vpc_id = var.vpc_id
3219
security_group_description = var.security_group_description

0 commit comments

Comments
 (0)