{"id":30280065,"url":"https://github.com/bhanuwealthy/tailscale-wireup","last_synced_at":"2026-05-16T22:02:29.554Z","repository":{"id":310078833,"uuid":"1036060699","full_name":"bhanuwealthy/tailscale-wireup","owner":"bhanuwealthy","description":"Power of Tailscale + Terraform","archived":false,"fork":false,"pushed_at":"2025-08-15T14:53:34.000Z","size":2508,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-15T16:31:33.017Z","etag":null,"topics":["hcl","network","tailscale","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhanuwealthy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-11T13:54:59.000Z","updated_at":"2025-08-15T14:53:36.000Z","dependencies_parsed_at":"2025-08-15T16:31:36.012Z","dependency_job_id":"384fce49-776c-4964-a1fa-452fb7a7f8dc","html_url":"https://github.com/bhanuwealthy/tailscale-wireup","commit_stats":null,"previous_names":["bhanuwealthy/tailscale-wireup"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bhanuwealthy/tailscale-wireup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhanuwealthy%2Ftailscale-wireup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhanuwealthy%2Ftailscale-wireup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhanuwealthy%2Ftailscale-wireup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhanuwealthy%2Ftailscale-wireup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhanuwealthy","download_url":"https://codeload.github.com/bhanuwealthy/tailscale-wireup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhanuwealthy%2Ftailscale-wireup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33120450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hcl","network","tailscale","terraform"],"created_at":"2025-08-16T15:00:46.004Z","updated_at":"2026-05-16T22:02:29.549Z","avatar_url":"https://github.com/bhanuwealthy.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Gem Image](assets/gem.png)\n\n# Terraform AWS EC2 with Tailscale\n\nThis project utilizes Terraform to provision an AWS EC2 instance. The EC2 instance is configured with Tailscale via a user data script, allowing it to function as a node within your Tailscale network. The setup supports deployment to specific AWS regions, namely `ap-south-2` (Mumbai) and `me-central-1` (UAE), with pre-configured key pairs and security groups.\n\n## Prerequisites\n\nBefore deploying this infrastructure, ensure you have the following:\n\n*   **Terraform CLI**: Version `1.5.0` or higher.\n*   **AWS CLI**: Installed and configured with a profile named `home`. This profile must have the necessary permissions to create EC2 instances, use AMIs, key pairs, and security groups in the target AWS regions.\n*   **AWS EC2 Key Pair**: `add as per your needs \u0026 conveience`\n    *   A key pair named `tf-key` existing in the `ap-south-2` region.\n    *   A key pair named `gw-dxb` existing in the `me-central-1` region.\n*   **AWS EC2 Security Group**: A security group named `launch-wizard-1` existing in your AWS account. This security group should be configured to allow inbound SSH (port 22) and any other necessary traffic for your Tailscale setup.\n*   **Tailscale Authentication Key**: The `tailscale.sh.tpl` template uses a hardcoded Tailscale authentication key. For production environments, consider securing this key using Terraform variables, environment variables, or a secrets manager.\n    *   To obtain a Tailscale authentication key:\n        1.  Log in to your Tailscale account at [https://login.tailscale.com/admin/settings/authkeys](https://login.tailscale.com/admin/settings/authkeys).\n        2.  Navigate to the \"Auth keys\" section.\n        3.  Generate a new reusable authentication key.\n        4.  Copy the generated key.\n\n## Usage\n```shell\n$ alias tf=terraform\n\n$ tf init\n$ export TF_REGION=ap-south-2 # or me-central-1\n\n$ tf \u003cplan|apply|destroy\u003e -var=\"active_region=$TF_REGION\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhanuwealthy%2Ftailscale-wireup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhanuwealthy%2Ftailscale-wireup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhanuwealthy%2Ftailscale-wireup/lists"}