We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f5990 commit 3c890d0Copy full SHA for 3c890d0
registry/mavrickrishi/modules/nexus/main.tf
@@ -103,7 +103,7 @@ resource "coder_script" "nexus" {
103
icon = "/icon/nexus.svg"
104
script = templatefile("${path.module}/run.sh", {
105
NEXUS_URL = var.nexus_url
106
- NEXUS_HOST = local.nexus_host[1]
+ NEXUS_HOST = local.nexus_host
107
NEXUS_USERNAME = local.username
108
NEXUS_PASSWORD = var.nexus_password
109
HAS_MAVEN = length(var.package_managers.maven) == 0 ? "" : "YES"
0 commit comments