Skip to content

Commit a73ce13

Browse files
committed
add ssh key for test-user in windows
1 parent c719469 commit a73ce13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test_code/AZURE_MACHINES/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ locals {
1313
}
1414

1515
data "template_file" "init" {
16-
template = "${file("${path.module}/azure_windows.ps.tpl")}"
16+
template = "${file("${path.module}../user_data/azure_windows.ps.tpl")}"
1717
vars = {
1818
public_key = (var.CI) ? var.PUBLIC_KEY : file(var.public_key_path)
1919
}

0 commit comments

Comments
 (0)