Skip to content

Commit

Permalink
grpc_server_endpoint var update for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsawhney committed Aug 14, 2019
1 parent 786275f commit 4d6e433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform/reverse-proxy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "template_file" "deployment_yaml" {
kubectl_context_name = "${var.kubectl_context_name}"
kubectl_executable_name = "${var.kubectl_executable_name}"
namespace = "${var.namespace}"
grpc_server_endpoint = "${var.reverse-proxy["grpc_server_endpoint"]}"
grpc_server_endpoint = "${var.grpc_server_endpoint}"
service_port = "${var.service_port}"
}
}
Expand Down
1 change: 1 addition & 0 deletions deployment/terraform/reverse-proxy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ variable "kubectl_context_name" {}
variable "kubectl_executable_name" {}
variable "namespace" {}
variable "node_selector_label"{}
variable "grpc_server_endpoint" {}

variable "reverse-proxy" {
type = "map"
Expand Down

0 comments on commit 4d6e433

Please sign in to comment.