terraform -v
Terraform v0.11.7
+ provider.aws v1.27.0
connection {
user = "centos"
private_key = "${file("${var.key_path}/${var.key_name}.pem")}"
}
[DEBUG] plugin.terraform: file-provisioner (internal) 2018/07/12 13:54:07 [ERROR] connection error: dial tcp 54.89.109.252:22: i/o timeout
[DEBUG] plugin.terraform: file-provisioner (internal) 2018/07/12 13:54:07 [WARN] retryable error: dial tcp 54.89.109.252:22: i/o timeout
[DEBUG] plugin.terraform: file-provisioner (internal) 2018/07/12 13:54:23 [ERROR] connection error: dial tcp 54.89.109.252:22: i/o timeout
plugin.terraform: file-provisioner (internal) 2018/07/12 13:54:23 [WARN] retryable error: dial tcp 54.89.109.252:22: i/o timeout
[DEBUG] plugin: waiting for all plugin processes to complete...
Error: Error applying plan:
1 error(s) occurred:
I got i/o time out when I terraform apply.
Im also getting the same error. Any suggestions to fix this?
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.
Most helpful comment
Im also getting the same error. Any suggestions to fix this?