Skip to content

Commit feccf4c

Browse files
authored
…e-bridge-sandbox/pull/357 fixing typo introduced by #357
1 parent 13dcc40 commit feccf4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/azure/jumpbox/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ resource "azurerm_linux_virtual_machine" "jumpbox" {
117117
jumpbox_username = var.jumpbox_username
118118
tsb_version = var.tsb_version
119119
tsb_image_sync_username = var.tsb_image_sync_username
120-
tsb_helm_username = var.helm_username
121-
tsb_helm_password = var.helm_password
120+
tsb_helm_username = var.tsb_helm_username
121+
tsb_helm_password = var.tsb_helm_password
122122
tsb_image_sync_apikey = var.tsb_image_sync_apikey
123123
docker_login = "docker login -u ${var.registry_username} -p ${var.registry_password} ${var.registry}"
124124
registry = var.registry

0 commit comments

Comments
 (0)