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
You are right: for now, we don't support specifying more than 1 ssh authorized_key in the ssh_key attribute of the exoscale_compute_instance. We will discuss this limitation internally as it's not tied to the Terraform provider but also to our API.
In the meantime, you can work around this limitation by setting authorized ssh keys through cloud-init, given the public keys you want to allow to connect to the instance.
Hi @PhilippeChepy ,
I wanted to read some of my SSH public keys stored in Exoscale to generate my user_data block within tofu code as suggested. But I couldn't find a datasource that allows me to get my keys from Exoscale.
Currently it's only possible to pass a single SSH key (At least according to the documentation)
It would be useful to pass multiple keys as a list, similar to hetzner, e.g.
The text was updated successfully, but these errors were encountered: