{"id":28211926,"url":"https://github.com/asolis2/azure-vnet-subnets-terraform","last_synced_at":"2026-01-23T09:34:40.084Z","repository":{"id":290964698,"uuid":"976136714","full_name":"ASolis2/azure-vnet-subnets-terraform","owner":"ASolis2","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-01T15:16:31.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T10:46:03.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ASolis2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-01T15:06:06.000Z","updated_at":"2025-05-01T15:16:34.000Z","dependencies_parsed_at":"2025-05-01T16:28:38.488Z","dependency_job_id":null,"html_url":"https://github.com/ASolis2/azure-vnet-subnets-terraform","commit_stats":null,"previous_names":["asolis2/azure-vnet-subnets-terraform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ASolis2/azure-vnet-subnets-terraform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-vnet-subnets-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-vnet-subnets-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-vnet-subnets-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-vnet-subnets-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ASolis2","download_url":"https://codeload.github.com/ASolis2/azure-vnet-subnets-terraform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-vnet-subnets-terraform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28686569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"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":[],"created_at":"2025-05-17T18:10:16.124Z","updated_at":"2026-01-23T09:34:40.076Z","avatar_url":"https://github.com/ASolis2.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Azure Virtual Network with Subnets (Terraform)\n\n## 🧾 Overview\nThis Terraform project creates an Azure Virtual Network (`vnet-lab`) with 3 subnets:\n- `subnet-web` (10.0.1.0/24)\n- `subnet-app` (10.0.2.0/24)\n- `subnet-db` (10.0.3.0/24)\n\nThe resources are deployed inside a resource group called `rg-vnet-lab`.\n\n---\n\n## 📁 Project Structure\n\n| File | Purpose |\n|------|---------|\n| `main.tf` | Declares VNet, subnets, and resource group |\n| `variables.tf` | Holds input variables (like names and CIDRs) |\n| `outputs.tf` | Prints outputs like subnet IDs and VNet name |\n| `provider.tf` | Connects Terraform to Azure using CLI login |\n| `screenshots/` | Folder for proof-of-work screenshots |\n\n---\n\n## ⚙️ How to Use\n\n```bash\nterraform init\nterraform validate\nterraform apply -auto-approve\n```\n\n✅ Make sure you're logged into Azure CLI first:\n```bash\naz login\n```\n\n---\n\n## 📸 Screenshots\n\n### Terraform Apply Success\n![apply-success](./screenshots/apply-success.png)\n\n### Azure Portal – Subnet View\n![vnet-subnets-portal](./screenshots/vnet-subnets-portal.png)\n\n---\n\n## ✅ Resources Created\n\n- 1 Resource Group: `rg-vnet-lab`\n- 1 Virtual Network: `vnet-lab`\n- 3 Subnets:\n  - `subnet-web`: 10.0.1.0/24\n  - `subnet-app`: 10.0.2.0/24\n  - `subnet-db`: 10.0.3.0/24\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasolis2%2Fazure-vnet-subnets-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasolis2%2Fazure-vnet-subnets-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasolis2%2Fazure-vnet-subnets-terraform/lists"}