Closed mrhockeymonkey closed 6 years ago
This issue has been automatically migrated to terraform-providers/terraform-provider-azurerm#1494 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to terraform-providers/terraform-provider-azurerm#1494.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
Debug Output
trace log
Crash Output
Expected Behavior
Provisioner should have established an SSH connection and run the commands specified.
Actual Behavior
SSH timesout after 5 minutes of trying.
Steps to Reproduce
terraform init
terraform apply
Additional Context
This configuration, i think, is pretty basic and is almost identical to what is documented here. Ive shuffled things around and tried many times but no luck. I notice also that the host field for the connection is blank. I have tried filling this in manually as so but this did not resolve the issue.
Probably worth mentioning I have tried this from windows using an SSH key generated by putty. I am now running this from ubuntu 14 (running as part of windows subsystem for linux) and with a key generated using ssh-keygen. the result is the same
Also If i comment out only the provisioner and allow the vm to be created I CAN ssh manually onto the created box so I don't think its a key issue.
References