Coalfire-Research/Red-Baron

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 .

Seems like it's a bug in the provider itself, what Terraform version are you using?

Nhoty commented

Closing since the mentioned issue seems to be fixed and I cannot reproduce it.