Skip to content

Commit

Permalink
Increased "wait_for_guest_ip_timeout" to 10 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpozzd committed May 24, 2022
1 parent a78c09f commit ca5b2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "vsphere_virtual_machine" "this" {
enable_disk_uuid = true

wait_for_guest_net_timeout = 0
wait_for_guest_ip_timeout = 5
wait_for_guest_ip_timeout = 10

vapp {
properties = {
Expand Down

0 comments on commit ca5b2cf

Please sign in to comment.