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