mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 23:02:12 +03:00
added host
This commit is contained in:
@@ -32,6 +32,7 @@ EOF
|
|||||||
destination = "C:/test.txt"
|
destination = "C:/test.txt"
|
||||||
}
|
}
|
||||||
connection {
|
connection {
|
||||||
|
host = coalesce(self.public_ip, self.private_ip)
|
||||||
type = "winrm"
|
type = "winrm"
|
||||||
timeout = "10m"
|
timeout = "10m"
|
||||||
user = "${var.INSTANCE_USERNAME}"
|
user = "${var.INSTANCE_USERNAME}"
|
||||||
|
|||||||
Reference in New Issue
Block a user