mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 21:01:57 +03:00
Update windows-instance.tf
This commit is contained in:
@@ -33,6 +33,7 @@ EOF
|
|||||||
}
|
}
|
||||||
connection {
|
connection {
|
||||||
type = "winrm"
|
type = "winrm"
|
||||||
|
timeout = "10m"
|
||||||
user = "${var.INSTANCE_USERNAME}"
|
user = "${var.INSTANCE_USERNAME}"
|
||||||
password = "${var.INSTANCE_PASSWORD}"
|
password = "${var.INSTANCE_PASSWORD}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user