We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1dac8 commit 3d3514fCopy full SHA for 3d3514f
main.tf
@@ -216,6 +216,7 @@ module "nomad" {
216
217
# Orchestrator
218
orchestrator_port = var.orchestrator_port
219
+ orchestrator_proxy_port = var.orchestrator_proxy_port
220
fc_env_pipeline_bucket_name = module.buckets.fc_env_pipeline_bucket_name
221
222
# Template manager
variables.tf
@@ -159,6 +159,11 @@ variable "orchestrator_port" {
159
default = 5008
160
}
161
162
+variable "orchestrator_proxy_port" {
163
+ type = number
164
+ default = 5007
165
+}
166
+
167
variable "template_manager_port" {
168
type = number
169
default = 5009
0 commit comments