Skip to content

Commit 800882a

Browse files
fix: Remove duplicated locals (#30)
1 parent 072347b commit 800882a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

bootstrap/proxy/main.tf

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
locals {
2-
name = "proxy"
3-
role = "proxy"
4-
5-
prometheus_port = 9187
6-
prometheus_addr = "0.0.0.0:${local.prometheus_port}"
7-
proxy_port = 8080
8-
proxy_addr = "0.0.0.0:${local.proxy_port}"
9-
}
10-
111
variable "namespace" {
122
type = string
133
}

0 commit comments

Comments
 (0)