{"id":21816808,"url":"https://github.com/ellerbrock/tf-aws-vpc","last_synced_at":"2026-05-15T08:04:01.338Z","repository":{"id":71785763,"uuid":"102782965","full_name":"ellerbrock/tf-aws-vpc","owner":"ellerbrock","description":":grinning: terraform aws module - create vpc","archived":false,"fork":false,"pushed_at":"2017-09-08T23:46:28.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T06:41:18.135Z","etag":null,"topics":["aws","devops","iac","terraform","vpc"],"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/ellerbrock.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}},"created_at":"2017-09-07T20:32:06.000Z","updated_at":"2017-09-07T20:37:49.000Z","dependencies_parsed_at":"2023-06-02T06:30:18.522Z","dependency_job_id":null,"html_url":"https://github.com/ellerbrock/tf-aws-vpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellerbrock%2Ftf-aws-vpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellerbrock%2Ftf-aws-vpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellerbrock%2Ftf-aws-vpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ellerbrock%2Ftf-aws-vpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ellerbrock","download_url":"https://codeload.github.com/ellerbrock/tf-aws-vpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244776353,"owners_count":20508507,"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","devops","iac","terraform","vpc"],"created_at":"2024-11-27T15:37:01.903Z","updated_at":"2025-10-26T15:50:23.026Z","avatar_url":"https://github.com/ellerbrock.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Terraform AWS Module - Create VPC](https://github.frapsoft.com/top/open-source-v1.png)\n\n# Terraform AWS Module - Create VPC\n\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg)](https://github.com/ellerbrock/open-source-badges/) [![Gitter Chat](https://badges.gitter.im/frapsoft/frapsoft.svg)](https://gitter.im/frapsoft/frapsoft/) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)\n\n## Example Usage\n\n#### Create VPC\n\n```\n# create vpc\nmodule \"aws_vpc\" {\n  source = \"github.com/ellerbrock/tf-aws-vpc\"\n\n  cidr = \"10.0.0.0/16\"\n  \n  tags = {\n    Name      = \"${module.aws_iam_alias.account_id}\"\n    terraform = \"true\"\n  }\n}\n```\n\n#### Create a VPC and Tag it with the AWS Account Name\n\n```\n# output iam alias\nmodule \"aws_iam_alias\" {\n  source = \"github.com/ellerbrock/tf-aws-iam-alias\"\n}\n\n# create vpc\nmodule \"aws_vpc\" {\n  source = \"github.com/ellerbrock/tf-aws-vpc\"\n\n  cidr     = \"10.0.0.0/16\"\n  \n  tags = {\n    Name      = \"${module.aws_iam_alias.account_id}\"\n    terraform = \"true\"\n  }\n}\n```\n\n## Contact\n\n[![Github](https://github.frapsoft.com/social/github.png)](https://github.com/ellerbrock/)[![Docker](https://github.frapsoft.com/social/docker.png)](https://hub.docker.com/u/ellerbrock/)[![npm](https://github.frapsoft.com/social/npm.png)](https://www.npmjs.com/~ellerbrock)[![Twitter](https://github.frapsoft.com/social/twitter.png)](https://twitter.com/frapsoft/)[![Facebook](https://github.frapsoft.com/social/facebook.png)](https://www.facebook.com/frapsoft/)[![Google+](https://github.frapsoft.com/social/google-plus.png)](https://plus.google.com/116540931335841862774)[![Gitter](https://github.frapsoft.com/social/gitter.png)](https://gitter.im/frapsoft/frapsoft/)\n\n## License \n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /\u003e\u003c/a\u003e [![MIT license](https://badges.frapsoft.com/os/mit/mit-125x28.png?v=103)](https://opensource.org/licenses/mit-license.php)\n\nThis work by \u003ca xmlns:cc=\"http://creativecommons.org/ns#\" href=\"https://github.com/ellerbrock\" property=\"cc:attributionName\" rel=\"cc:attributionURL\"\u003eMaik Ellerbrock\u003c/a\u003e is licensed under a \u003ca rel=\"license\" href=\"https://creativecommons.org/licenses/by/4.0/\"\u003eCreative Commons Attribution 4.0 International License\u003c/a\u003e and the underlying source code is licensed under the \u003ca rel=\"license\" href=\"https://opensource.org/licenses/mit-license.php\"\u003eMIT license\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellerbrock%2Ftf-aws-vpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fellerbrock%2Ftf-aws-vpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fellerbrock%2Ftf-aws-vpc/lists"}