We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dcbc8 commit debc7e6Copy full SHA for debc7e6
main.tf
@@ -14,19 +14,6 @@ module "aws_security_group" {
14
rules_map = {
15
extra = var.additional_security_group_rules
16
}
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
23
- type = "ingress"
24
- from_port = var.port
25
- to_port = var.port
26
- protocol = "tcp"
27
- description = "Selectively allow inbound traffic"
28
- }]
29
30
31
vpc_id = var.vpc_id
32
security_group_description = var.security_group_description
0 commit comments