{"id":18898792,"url":"https://github.com/tedilabs/terraform-aws-network","last_synced_at":"2025-04-15T02:33:48.611Z","repository":{"id":39743555,"uuid":"337763681","full_name":"tedilabs/terraform-aws-network","owner":"tedilabs","description":"🌳 A sustainable Terraform Package which creates VPC resources (VPC, Subnet, NACL, NAT Gateway, Route Table) on AWS","archived":false,"fork":false,"pushed_at":"2025-03-20T18:13:50.000Z","size":271,"stargazers_count":27,"open_issues_count":4,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T15:47:27.100Z","etag":null,"topics":["aws","aws-vpc","devops","hacktoberfest","hcl2","iac","lang-hcl","sre","tedilabs","terraform","terraform-aws","terraform-module","terraform-modules"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/tedilabs/network/aws","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tedilabs.png","metadata":{"funding":{"github":"tedilabs","patreon":"posquit0","ko_fi":"posquit0","custom":"https://www.paypal.me/posquit0"},"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":"2021-02-10T15:18:53.000Z","updated_at":"2025-03-20T18:13:54.000Z","dependencies_parsed_at":"2024-02-07T10:27:20.144Z","dependency_job_id":"2479e5e3-e923-4742-ac4e-ca6547475f8b","html_url":"https://github.com/tedilabs/terraform-aws-network","commit_stats":null,"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedilabs","download_url":"https://codeload.github.com/tedilabs/terraform-aws-network/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248994502,"owners_count":21195394,"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","aws-vpc","devops","hacktoberfest","hcl2","iac","lang-hcl","sre","tedilabs","terraform","terraform-aws","terraform-module","terraform-modules"],"created_at":"2024-11-08T08:44:10.845Z","updated_at":"2025-04-15T02:33:48.296Z","avatar_url":"https://github.com/tedilabs.png","language":"HCL","funding_links":["https://github.com/sponsors/tedilabs","https://patreon.com/posquit0","https://ko-fi.com/posquit0","https://www.paypal.me/posquit0"],"categories":[],"sub_categories":[],"readme":"# terraform-aws-network\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-network?color=blue\u0026sort=semver\u0026style=flat-square)\n![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-network?color=blue\u0026style=flat-square)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white\u0026style=flat-square)](https://github.com/pre-commit/pre-commit)\n\nTerraform module which creates network related resources on AWS.\n\n- [nacl](./modules/nacl)\n- [nat-gateway](./modules/nat-gateway)\n- [route-table](./modules/route-table)\n- [security-group](./modules/security-group)\n- [subnet-group](./modules/subnet-group)\n- [vpc](./modules/vpc)\n\n\n## Target AWS Services\n\nTerraform Modules from [this package](https://github.com/tedilabs/terraform-aws-network) were written to manage the following AWS Services with Terraform.\n\n- **AWS VPC (Virtual Private Cloud)**\n  - VPC\n    - Default Network ACL\n    - Default Security Group\n  - Subnet\n  - Route Table\n  - NACL (Network ACL)\n  - Security Group\n  - Gateways\n    - Internet Gateway\n    - Egress-only Internet Gateway\n    - NAT Gateway\n    - VPN Gateway (Virtual Private Gateway)\n\n\n## Examples\n\n### VPC\n\n- [vpc-full](./examples/vpc-full)\n- [vpc-ipv4-secondary-cidrs](./examples/vpc-ipv4-secondary-cidrs)\n- [vpc-ipv6-cidrs](./examples/vpc-ipv6-cidrs)\n- [vpc-simple](./examples/vpc-simple)\n- [vpc-with-ipam](./examples/vpc-with-ipam)\n\n### Security Group\n\n- [security-group-simple](./examples/security-group-simple)\n- [security-group-with-ipv4-cidrs](./examples/security-group-with-ipv4-cidrs)\n\n### NAT Gateway\n\n- [nat-gateway-public](./examples/nat-gateway-public/)\n- [nat-gateway-private](./examples/nat-gateway-private/)\n- [nat-gateway-private-secondary-ip-addresses](./examples/nat-gateway-private-secondary-ip-addresses)\n\n\n## Other Terraform Modules from Tedilabs\n\nEnjoying [terraform-aws-network](https://github.com/tedilabs/terraform-aws-network)? Check out some of our other modules:\n\n- [AWS Container](https://github.com/tedilabs/terraform-aws-container) - A package of Terraform Modules to manage AWS Container resources.\n- [AWS Domain](https://github.com/tedilabs/terraform-aws-domain) - A package of Terraform Modules to manage AWS Domain resources.\n- [AWS IPAM](https://github.com/tedilabs/terraform-aws-ipam) - A package of Terraform Modules to manage AWS IPAM related resources (IPAM, Elastic IP, Prefix List).\n- [AWS Load Balancer](https://github.com/tedilabs/terraform-aws-load-balancer) - A package of Terraform Modules to manage AWS Load Balancer resources.\n- [AWS Security](https://github.com/tedilabs/terraform-aws-security) - A package of Terraform Modules to manage AWS Security resources.\n- [AWS VPC Connectivity](https://github.com/tedilabs/terraform-aws-vpc-connectivity) - A package of Terraform Modules to manage AWS VPC Connectivity related resources (VPC Peering, VPC Private Link, VPC Lattice, Client VPN, Site-to-Site VPN, DX).\n\nOr check out [the full list](https://github.com/search?q=org%3Atedilabs+topic%3Aterraform-module\u0026type=repositories)\n\n\n## Self Promotion\n\nLike this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-network). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.\n\n\n## License\n\nProvided under the terms of the [Apache License](LICENSE).\n\nCopyright © 2021-2023, [Byungjin Park](https://www.posquit0.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedilabs%2Fterraform-aws-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedilabs%2Fterraform-aws-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedilabs%2Fterraform-aws-network/lists"}