{"id":21639763,"url":"https://github.com/dasmeta/terraform-aws-vpc","last_synced_at":"2026-05-16T21:39:20.425Z","repository":{"id":103060459,"uuid":"555355138","full_name":"dasmeta/terraform-aws-vpc","owner":"dasmeta","description":"Terraform modules from DasMeta to manage AWS VPC and related resources","archived":false,"fork":false,"pushed_at":"2026-02-26T07:35:57.000Z","size":39,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-02T09:23:59.090Z","etag":null,"topics":["aws","module","network","terraform","terraform-module","vpc"],"latest_commit_sha":null,"homepage":"www.dasmeta.com","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/dasmeta.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}},"created_at":"2022-10-21T12:20:17.000Z","updated_at":"2026-02-26T07:35:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"729fdf26-1af9-4036-bf3b-ba65bbf059d6","html_url":"https://github.com/dasmeta/terraform-aws-vpc","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dasmeta/terraform-aws-vpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-vpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-vpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-vpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-vpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dasmeta","download_url":"https://codeload.github.com/dasmeta/terraform-aws-vpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-vpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33113509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["aws","module","network","terraform","terraform-module","vpc"],"created_at":"2024-11-25T04:15:00.697Z","updated_at":"2026-05-16T21:39:20.380Z","avatar_url":"https://github.com/dasmeta.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-vpc\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Allows to create vpc setup for using in modules/projects\n\n### example vpc for eks\n```hcl\nmodule \"vpc\" {\n  source  = \"dasmeta/eks/aws\"\n  version = \"1.0.0\"\n\n  name = \"dev\"\n  availability_zones = [\"eu-central-1a\", \"eu-central-1b\", \"eu-central-1c\"]\n  private_subnets    = [\"10.16.1.0/24\", \"10.16.2.0/24\", \"10.16.3.0/24\"]\n  public_subnets     = [\"10.16.4.0/24\", \"10.16.5.0/24\", \"10.16.6.0/24\"]\n  cidr               = \"10.16.0.0/16\"\n  public_subnet_tags = {\n    \"kubernetes.io/cluster/dev\" = \"shared\"\n    \"kubernetes.io/role/elb\"    = \"1\"\n  }\n  private_subnet_tags = {\n    \"kubernetes.io/cluster/dev\"       = \"shared\"\n    \"kubernetes.io/role/internal-elb\" = \"1\"\n  }\n}\n```\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.13.1 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 4.35 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 4.35 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_vpc\"\u003e\u003c/a\u003e [vpc](#module\\_vpc) | terraform-aws-modules/vpc/aws | 4.0.2 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_availability_zones\"\u003e\u003c/a\u003e [availability\\_zones](#input\\_availability\\_zones) | List of VPC availability zones, e.g. ['eu-west-1a', 'eu-west-1b', 'eu-west-1c']. Will get all availability zones in current region if not passed | `list(string)` | `null` | no |\n| \u003ca name=\"input_cidr\"\u003e\u003c/a\u003e [cidr](#input\\_cidr) | CIDR ip range. | `string` | n/a | yes |\n| \u003ca name=\"input_enable_dns_hostnames\"\u003e\u003c/a\u003e [enable\\_dns\\_hostnames](#input\\_enable\\_dns\\_hostnames) | Whether or not to enable dns hostnames. | `bool` | `true` | no |\n| \u003ca name=\"input_enable_dns_support\"\u003e\u003c/a\u003e [enable\\_dns\\_support](#input\\_enable\\_dns\\_support) | Whether or not to enable dns support. | `bool` | `true` | no |\n| \u003ca name=\"input_enable_nat_gateway\"\u003e\u003c/a\u003e [enable\\_nat\\_gateway](#input\\_enable\\_nat\\_gateway) | Whether or not to enable NAT Gateway. | `bool` | `true` | no |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | VPC name. | `string` | n/a | yes |\n| \u003ca name=\"input_private_subnet_tags\"\u003e\u003c/a\u003e [private\\_subnet\\_tags](#input\\_private\\_subnet\\_tags) | n/a | `map(any)` | `{}` | no |\n| \u003ca name=\"input_private_subnets\"\u003e\u003c/a\u003e [private\\_subnets](#input\\_private\\_subnets) | Private subnets of VPC. | `list(string)` | n/a | yes |\n| \u003ca name=\"input_public_subnet_tags\"\u003e\u003c/a\u003e [public\\_subnet\\_tags](#input\\_public\\_subnet\\_tags) | n/a | `map(any)` | `{}` | no |\n| \u003ca name=\"input_public_subnets\"\u003e\u003c/a\u003e [public\\_subnets](#input\\_public\\_subnets) | Public subnets of VPC. | `list(string)` | n/a | yes |\n| \u003ca name=\"input_single_nat_gateway\"\u003e\u003c/a\u003e [single\\_nat\\_gateway](#input\\_single\\_nat\\_gateway) | Whether or not to enable single NAT Gateway. | `bool` | `true` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_availability_zones\"\u003e\u003c/a\u003e [availability\\_zones](#output\\_availability\\_zones) | Availability zone names used for vpc creation |\n| \u003ca name=\"output_cidr_block\"\u003e\u003c/a\u003e [cidr\\_block](#output\\_cidr\\_block) | The cidr block of the vpc |\n| \u003ca name=\"output_default_security_group_id\"\u003e\u003c/a\u003e [default\\_security\\_group\\_id](#output\\_default\\_security\\_group\\_id) | The ID of default security group created |\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | The newly created vpc id |\n| \u003ca name=\"output_nat_public_ips\"\u003e\u003c/a\u003e [nat\\_public\\_ips](#output\\_nat\\_public\\_ips) | The list of elastic public IPs |\n| \u003ca name=\"output_private_subnets\"\u003e\u003c/a\u003e [private\\_subnets](#output\\_private\\_subnets) | The newly created vpc private subnets IDs list |\n| \u003ca name=\"output_public_subnets\"\u003e\u003c/a\u003e [public\\_subnets](#output\\_public\\_subnets) | The newly created vpc public subnets IDs list |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasmeta%2Fterraform-aws-vpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasmeta%2Fterraform-aws-vpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasmeta%2Fterraform-aws-vpc/lists"}