Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to ssh to VM created using 2.2.1-rc.2 #1201

Closed
Timost opened this issue Apr 11, 2022 · 0 comments · Fixed by #1203
Closed

Unable to ssh to VM created using 2.2.1-rc.2 #1201

Timost opened this issue Apr 11, 2022 · 0 comments · Fixed by #1203
Assignees
Labels
bug instance Instance issues, bugs and feature requests
Milestone

Comments

@Timost
Copy link

Timost commented Apr 11, 2022

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

1.1.7

Affected Resource(s)

  • scaleway_instance_server

Terraform Configuration Files

resource "scaleway_instance_ip" "public_ip" {
  project_id = var.project_id
}

resource "scaleway_instance_server" "web" {
  type       = "DEV1-S"
  image      = "ubuntu_focal"
  ip_id      = scaleway_instance_ip.public_ip.id
  project_id = var.project_id
}

Debug Output

No debug output the terraform apply finishes successfully.

Expected Behavior

I can ssh using ssh root@<ip> after a successful terraform run.

Actual Behavior

I can't ssh, the attempt fails after a while (timeout I guess) with Connection refused.

Steps to Reproduce

  1. terraform apply
  2. Try to ssh on the new VM

Important Factoids

The bug is introduced by 2.2.1-rc.2, everything works as expected on previous versions (tested with 2.2.0)

References

  • I first raised the problem on slack
@remyleone remyleone added bug instance Instance issues, bugs and feature requests labels Apr 11, 2022
@remyleone remyleone added this to the v2.2.1 milestone Apr 11, 2022
This was linked to pull requests Apr 11, 2022
@Monitob Monitob closed this as completed Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug instance Instance issues, bugs and feature requests
Projects
None yet
3 participants