{"id":13795863,"url":"https://github.com/terraform-community-modules/tf_aws_vpc_only","last_synced_at":"2025-05-13T00:30:31.495Z","repository":{"id":145576525,"uuid":"47758464","full_name":"terraform-community-modules/tf_aws_vpc_only","owner":"terraform-community-modules","description":"A Terraform module to provide only VPC (without subnets) in AWS.","archived":false,"fork":false,"pushed_at":"2017-07-10T14:56:09.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-03T23:05:56.126Z","etag":null,"topics":["aws","terraform-modules","vpc"],"latest_commit_sha":null,"homepage":"","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/terraform-community-modules.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}},"created_at":"2015-12-10T11:48:56.000Z","updated_at":"2024-08-03T23:05:56.126Z","dependencies_parsed_at":null,"dependency_job_id":"e8f4b443-b1d7-4761-ad0d-7a1d2b17b670","html_url":"https://github.com/terraform-community-modules/tf_aws_vpc_only","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-community-modules%2Ftf_aws_vpc_only","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-community-modules%2Ftf_aws_vpc_only/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-community-modules%2Ftf_aws_vpc_only/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terraform-community-modules%2Ftf_aws_vpc_only/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terraform-community-modules","download_url":"https://codeload.github.com/terraform-community-modules/tf_aws_vpc_only/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225159838,"owners_count":17430190,"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-modules","vpc"],"created_at":"2024-08-03T23:01:03.343Z","updated_at":"2024-11-18T10:30:55.197Z","avatar_url":"https://github.com/terraform-community-modules.png","language":"HCL","funding_links":[],"categories":["Community Modules"],"sub_categories":[],"readme":"# VPC (only) Terraform Module\n=============================\n\nA Terraform module to provide only VPC (without subnets) in AWS.\n\nIf you want to create public and private subnets using single module you can use [tf_aws_vpc module](https://github.com/terraform-community-modules/tf_aws_vpc).\n\n\nModule Input Variables\n----------------------\n\n- `cidr` - VPC CIDR\n- `name` - Name (optional)\n- `enable_dns_support` - should be true if you want to use private DNS within the VPC (optional)\n- `enable_dns_hostnames` - should be true if you want to use private DNS within the VPC (optional)\n- `tags` - dictionary of tags that will be added to resources created by the module\n\nUsage\n-----\n\n```js\nmodule \"vpc\" {\n  source               = \"github.com/terraform-community-modules/tf_aws_vpc_only\"\n\n  name                 = \"production\"\n  cidr                 = \"10.0.0.0/16\"\n  enable_dns_support   = true\n  enable_dns_hostnames = true\n\n  tags {\n    \"Terraform\" = \"true\"\n    \"Environment\" = \"${var.environment}\"\n  }\n}\n```\n\nOutputs\n=======\n\n - `vpc_id` - VPC id\n - `vpc_cidr` - VPC CIDR block\n - `vpc_default_security_group` - The ID of the security group created by default on VPC creation\n\nAuthors\n=======\n\nOriginally created and maintained by [hashicorp/atlas-examples](https://github.com/hashicorp/atlas-examples/tree/master/infrastructures/terraform/aws/network/vpc).\nHijacked by [Anton Babenko](https://github.com/antonbabenko).\n\nLicense\n=======\n\nApache 2 Licensed. See LICENSE for full details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterraform-community-modules%2Ftf_aws_vpc_only","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterraform-community-modules%2Ftf_aws_vpc_only","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterraform-community-modules%2Ftf_aws_vpc_only/lists"}