Skip to content

Commit 3c890d0

Browse files
MAVRICK-1Copilot
andauthored
Update registry/mavrickrishi/modules/nexus/main.tf
Co-authored-by: Copilot <[email protected]>
1 parent 56f5990 commit 3c890d0

File tree

1 file changed

+1
-1
lines changed
  • registry/mavrickrishi/modules/nexus

1 file changed

+1
-1
lines changed

registry/mavrickrishi/modules/nexus/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ resource "coder_script" "nexus" {
103103
icon = "/icon/nexus.svg"
104104
script = templatefile("${path.module}/run.sh", {
105105
NEXUS_URL = var.nexus_url
106-
NEXUS_HOST = local.nexus_host[1]
106+
NEXUS_HOST = local.nexus_host
107107
NEXUS_USERNAME = local.username
108108
NEXUS_PASSWORD = var.nexus_password
109109
HAS_MAVEN = length(var.package_managers.maven) == 0 ? "" : "YES"

0 commit comments

Comments
 (0)