Page MenuHomePhabricator

D12690.id42443.diff
No OneTemporary

D12690.id42443.diff

diff --git a/services/terraform/self-host/aws_elasticache.tf b/services/terraform/self-host/aws_elasticache.tf
--- a/services/terraform/self-host/aws_elasticache.tf
+++ b/services/terraform/self-host/aws_elasticache.tf
@@ -6,10 +6,10 @@
# Inbound rules
ingress {
- from_port = 6379
- to_port = 6379
- protocol = "tcp"
- cidr_blocks = ["0.0.0.0/0"]
+ from_port = 6379
+ to_port = 6379
+ protocol = "tcp"
+ security_groups = [aws_security_group.keyserver_service.id]
}
# Outbound rules

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 22, 8:16 AM (7 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2690630
Default Alt Text
D12690.id42443.diff (555 B)

Event Timeline