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 13dcc40 commit feccf4cCopy full SHA for feccf4c
modules/azure/jumpbox/main.tf
@@ -117,8 +117,8 @@ resource "azurerm_linux_virtual_machine" "jumpbox" {
117
jumpbox_username = var.jumpbox_username
118
tsb_version = var.tsb_version
119
tsb_image_sync_username = var.tsb_image_sync_username
120
- tsb_helm_username = var.helm_username
121
- tsb_helm_password = var.helm_password
+ tsb_helm_username = var.tsb_helm_username
+ tsb_helm_password = var.tsb_helm_password
122
tsb_image_sync_apikey = var.tsb_image_sync_apikey
123
docker_login = "docker login -u ${var.registry_username} -p ${var.registry_password} ${var.registry}"
124
registry = var.registry
0 commit comments