Error with digitalocean
Nhoty opened this issue · 3 comments
Nhoty commented
When
$ terraform apply
Error: Error applying plan:
4 error(s) occurred:
* module.dns_rdir.digitalocean_ssh_key.ssh_key: 1 error(s) occurred:
* digitalocean_ssh_key.ssh_key: Error creating SSH Key: invalid character '<' looking for beginning of value
* module.dns_c2.digitalocean_ssh_key.ssh_key: 1 error(s) occurred:
* digitalocean_ssh_key.ssh_key: Error creating SSH Key: invalid character '<' looking for beginning of value
* module.http_rdir.digitalocean_ssh_key.ssh_key: 1 error(s) occurred:
* digitalocean_ssh_key.ssh_key: Error creating SSH Key: invalid character '<' looking for beginning of value
* module.http_c2.digitalocean_ssh_key.ssh_key: 1 error(s) occurred:
* digitalocean_ssh_key.ssh_key: Error creating SSH Key: invalid character '<' looking for beginning of value
I find this , I dont know if it help somehow .
digitalocean/godo#142
Cheers .
byt3bl33d3r commented
Seems like it's a bug in the provider itself, what Terraform version are you using?
Nhoty commented
The last one.
Enviado desde ProtonMail móvil
…-------- Mensaje original --------
On 28 de febrero de 2018 1:45 p. m., byt3bl33d3r escribió:
Seems like it's a bug in the provder itself, what Terraform version are you using?
—
You are receiving this because you authored the thread.
Reply to this email directly, [view it on GitHub](#5 (comment)), or [mute the thread](https://github.com/notifications/unsubscribe-auth/AjL1fCsRHWrB85YMKfwY-h0IH0bHQZ1Bks5tZYK8gaJpZM4SVmgN).
byt3bl33d3r commented
Closing since the mentioned issue seems to be fixed and I cannot reproduce it.