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
terraform -v
Terraform v1.6.4-dev
on linux_amd64
+ provider registry.terraform.io/dmacvicar/libvirt v0.7.4
Your version of Terraform is out of date! The latest version
is 1.6.4. You can update by downloading from https://www.terraform.io/downloads.html
Checklist
Is it a bug or something that does not work as expected? Please make sure you fill the version information below:
$ terraform plan
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: failed to connect: dial tcp: address ::1:22: too many colons in address
│
│ with provider["registry.terraform.io/dmacvicar/libvirt"],
│ on host1.tf line 9, in provider "libvirt":
│ 9: provider "libvirt" {
│
╵
Am I specifying the ip address incorrectly? I also tried without the [] but got the same error message.
The text was updated successfully, but these errors were encountered:
It can be fixed by replacing one function call in line 148 of ssh.go like this: patch.txt
Unfortunately I have no idea how to create a test for that (finding this bug was my first time reading any go source code), so I don't feel confident to create a pull request.
System Information
Linux distribution
NixOS
Terraform version
terraform -v Terraform v1.6.4-dev on linux_amd64 + provider registry.terraform.io/dmacvicar/libvirt v0.7.4 Your version of Terraform is out of date! The latest version is 1.6.4. You can update by downloading from https://www.terraform.io/downloads.html
Checklist
Description of Issue/Question
Setup
Steps to Reproduce Issue
Am I specifying the ip address incorrectly? I also tried without the [] but got the same error message.
The text was updated successfully, but these errors were encountered: