-
Notifications
You must be signed in to change notification settings - Fork 63
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
Error: json.Unmarshal - invalid character '<' looking for beginning of value #275
Comments
Hi, I haven't gotten to version 7.11 yet and maybe it is the version that is causing the problem. But it should be checked at the lab. |
err.txt
(it looked weird, so I put it in code, but it should be a quote) |
I found the cause of this error. It was the trailing "/" of the hosturl. |
🎉 This issue has been resolved in version 1.18.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
I was working with ansible to try DSC, but a friend told me about terraform. So I am trying terraform with routeros 7.11.2
Created an own CA, and webserver. Added the CA to trusted store of ubuntu. Set this webserver certificate on www-ssl. Just trying to get a working example, by setting the /system/identity. I included the file, by adding ".txt" to the filename so github accepts it.
To reproduce the error : Put file in empty folder, terraform init; terraform plan; terraform apply
It complains about invalid character "<", which is not in the file, nor in the examples on website.
I have installed terraform-routeros 1.18.2, on terraform 1.6.0. I thought it was an error in my system, but I have done the docker tutorial, and all went well. No errors.
main.tf.txt
What is going wrong ? Is the format changed ? Is there a program error ?
The text was updated successfully, but these errors were encountered: