{"id":20345895,"url":"https://github.com/silinternational/terraform-aws-vpc","last_synced_at":"2025-03-04T15:45:10.308Z","repository":{"id":256569720,"uuid":"855647649","full_name":"silinternational/terraform-aws-vpc","owner":"silinternational","description":"Terraform module to manage a VPC and related resources","archived":false,"fork":false,"pushed_at":"2024-12-02T06:37:33.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T21:47:06.370Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silinternational.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-11T08:17:33.000Z","updated_at":"2024-12-02T06:36:49.000Z","dependencies_parsed_at":"2024-09-11T20:15:34.782Z","dependency_job_id":"7ca6b615-6c19-4bd7-811d-4773dd7c0c04","html_url":"https://github.com/silinternational/terraform-aws-vpc","commit_stats":null,"previous_names":["silinternational/terraform-aws-vpc"],"tags_count":4,"template":false,"template_full_name":"silinternational/template-terraform-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silinternational%2Fterraform-aws-vpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silinternational%2Fterraform-aws-vpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silinternational%2Fterraform-aws-vpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silinternational%2Fterraform-aws-vpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silinternational","download_url":"https://codeload.github.com/silinternational/terraform-aws-vpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241876677,"owners_count":20035398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-14T22:10:14.569Z","updated_at":"2025-03-04T15:45:10.290Z","avatar_url":"https://github.com/silinternational.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform module for AWS VPC\n\nThis module is used to create a VPC along with the necessary configuration to be useful. It was\npreviously published at\nhttps://github.com/silinternational/terraform-modules/tree/main/aws/vpc.\n\n## What this does\n\n- Create VPC named after `app_name` and `app_env`\n- Create public and private subnets for each `aws_zones` specified\n- Provision a Internet Gateway and configure public subnets to route through it\n- Provision a NAT Gateway (or use an existing Transit Gateway) and configure private subnets to route through it\n- Create a DB subnet group including all private subnets\n- Optionally allocate IPv6 CIDR blocks, egress-only internet gateway, and default IPv6 routes\n\nThis module is published in [Terraform Registry](https://registry.terraform.io/modules/silinternational/vpc/aws/latest).\n\n## Usage Example\n\n```hcl\nmodule \"this\" {\n  source  = \"silinternational/vpc/aws\"\n  version = \"~\u003e 1.0\" // this may not reflect the latest version available\n\n  app_name  = var.app_name\n  aws_zones = var.aws_zones\n}\n\nprovider \"aws\" {\n  region = \"us-east-1\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilinternational%2Fterraform-aws-vpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilinternational%2Fterraform-aws-vpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilinternational%2Fterraform-aws-vpc/lists"}