-
Notifications
You must be signed in to change notification settings - Fork 48
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
Not able to retrieve the device #327
Comments
First step would probably be to use the same credentials you're passing to the Tailscale terraform provider to issue an list devices API call manually and check that you see the node there. |
Thanks for your insight I can retrieve the machine; however the name is not the one I expected. I got If I understand correctly, I should concat my machine name with |
Yeah, it seems that the |
Yes, got it working thanks To be honest the example is not super clear, in fact you know only if you know and make sense after you re read it. May be a little description like: name is formatted like Anyway, thanks for your answers! |
Add support for looking up devices by short name (hostname) as an alternative to the full name (name). Expose both fields in the list of devices. Updates #327 Signed-off-by: Anton Tolchanov <[email protected]>
Add support for looking up devices by short name (hostname) as an alternative to the full name (name). Expose both fields in the list of devices. Updates #327 Signed-off-by: Anton Tolchanov <[email protected]>
Add support for looking up devices by short name (hostname) as an alternative to the full name (name). Expose both fields in the list of devices. Updates #327 Signed-off-by: Anton Tolchanov <[email protected]>
Add support for looking up devices by short name (hostname) as an alternative to the full name (name). Expose both fields in the list of devices. Updates #327 Signed-off-by: Anton Tolchanov <[email protected]>
Add support for looking up devices by short name (hostname) as an alternative to the full name (name). Expose both fields in the list of devices. Updates #327 Signed-off-by: Anton Tolchanov <[email protected]>
I'm currently migrating some infra of dev workspace org using the tailscale terraform version
0.13.13
but I'm facing this issueI'm unable to retrieve the device whereas it's correctly registered.
I'm retrieving the device via
Am I missing something or doing something wrong? I have followed the logic on the terraform doc https://registry.terraform.io/providers/tailscale/tailscale/latest/docs/resources/device_key
I'm interested to get your feedback, this is ruining my plans 😅
The text was updated successfully, but these errors were encountered: