Skip to content

Commit 0e294b6

Browse files
committed
fix rust dashboard timeout
1 parent 55b713a commit 0e294b6

File tree

1 file changed

+8
-0
lines changed
  • platform/infra/terraform/bootstrap

1 file changed

+8
-0
lines changed

platform/infra/terraform/bootstrap/main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ module "managed_grafana" {
116116
protocol = "tcp"
117117
cidr_blocks= ["0.0.0.0/0"]
118118
}
119+
120+
egress_https = {
121+
description = "Allow egress to https"
122+
from_port = 443
123+
to_port = 443
124+
protocol = "tcp"
125+
cidr_blocks= ["0.0.0.0/0"]
126+
}
119127
}
120128

121129
vpc_configuration = {

0 commit comments

Comments
 (0)