You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should not the connection block of the remote-exec provisioner have the required host argument? While I was playing with the GCP example, Terraform 0.13 stopped me with the following error:
Error: Missing required argument
on main.tf line 50, in resource "google_compute_instance" "tfansible":
50: connection {
The argument "host" is required, but no definition was found.
P.S. I'm using SSH agent, so I removed private key definition.
The text was updated successfully, but these errors were encountered:
Should not the
connection
block of the remote-exec provisioner have the requiredhost
argument? While I was playing with the GCP example, Terraform 0.13 stopped me with the following error:P.S. I'm using SSH agent, so I removed private key definition.
The text was updated successfully, but these errors were encountered: