terraform-consul-module
terraform-consul-module copied to clipboard
Disables ssh agent mode
Terraform used to fail in the middle of execution
"Error connecting to SSH_AUTH_SOCK: dial unix /run/user/1000/keyring/ssh: connect: no such file or directory"
This change fixes the above issue.
@wardviaene I am not very sure about the implications of agent=false
but it does fix the SSH_AUTH_SOCK
error.