{"id":22199248,"url":"https://github.com/babbel/terraform-aws-vpc","last_synced_at":"2025-07-27T02:31:52.985Z","repository":{"id":38191441,"uuid":"334082272","full_name":"babbel/terraform-aws-vpc","owner":"babbel","description":"Terraform module creating a VPC, incl. Subnets, Routing, NAT Gateway, and VPC Endpoints","archived":false,"fork":false,"pushed_at":"2024-07-25T11:55:02.000Z","size":50,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":43,"default_branch":"main","last_synced_at":"2024-07-25T13:20:51.385Z","etag":null,"topics":["aws","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/babbel/vpc/aws","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/babbel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-01-29T08:27:08.000Z","updated_at":"2024-07-25T11:55:05.000Z","dependencies_parsed_at":"2023-01-23T03:30:26.339Z","dependency_job_id":"b56fcd33-bb60-4474-a175-29d311c66f1b","html_url":"https://github.com/babbel/terraform-aws-vpc","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-vpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-vpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-vpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fterraform-aws-vpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babbel","download_url":"https://codeload.github.com/babbel/terraform-aws-vpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227750215,"owners_count":17814129,"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":["aws","terraform","terraform-module"],"created_at":"2024-12-02T15:13:45.474Z","updated_at":"2024-12-02T15:13:46.132Z","avatar_url":"https://github.com/babbel.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VPC, incl. Subnets, Routing, NAT Gateway, and VPC Endpoints\n\nThis module creates a simple VPC for a given number of availability zones.\n\nFor every availability zone, there will be pair with a public and a private subnet, incl. NAT gateway for the outgoing traffic of the private subnet.\n\nIn addition, VPC endpoints (both `Gateway` and `Interface`) can be created.\n\n## Example Usage\n\n```tf\nmodule \"vpc\" {\n  source  = \"babbel/vpc/aws\"\n  version = \"~\u003e 1.1\"\n\n  name       = \"example\"\n  cidr_block = \"10.0.0.0/16\"\n  size       = 2\n\n  vpc_endpoints = {\n    gateway   = [\"dynamodb\", \"s3\"]\n    interface = [\"logs\"]\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-vpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabbel%2Fterraform-aws-vpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fterraform-aws-vpc/lists"}