Update windows-instance.tf

This commit is contained in:
Edward Viaene
2017-06-29 21:59:05 +02:00
committed by GitHub
parent 76ab423eee
commit a1f94f3766
+1
View File
@@ -33,6 +33,7 @@ EOF
}
connection {
type = "winrm"
timeout = "10m"
user = "${var.INSTANCE_USERNAME}"
password = "${var.INSTANCE_PASSWORD}"
}