We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f280d6 commit bfdaefcCopy full SHA for bfdaefc
terraform/internal-modules/tailscale-install-scripts/scripts/tailscale-ubuntu.tftpl
@@ -29,3 +29,5 @@ echo -e '\n#\n# Complete.\n#\n'
29
%{ for s in after_scripts }
30
${s}
31
%{ endfor }
32
+
33
+tailscale status --peers=false 2>&1 1> /dev/null && echo -e '\n#\n# Tailscale status: connected\n#\n' || echo -e '\n#\n# Tailscale status: NOT connected\n#\n'
0 commit comments