{"id":43188570,"url":"https://github.com/honestbank/terraform-aws-subnet","last_synced_at":"2026-02-01T04:35:40.800Z","repository":{"id":44669699,"uuid":"449243449","full_name":"honestbank/terraform-aws-subnet","owner":"honestbank","description":"Terraform-managed repo.","archived":false,"fork":false,"pushed_at":"2026-01-28T09:02:43.000Z","size":184,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-01-28T22:38:19.262Z","etag":null,"topics":["workspace-code-infrastructure-prod"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/honestbank.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-18T10:42:33.000Z","updated_at":"2024-09-12T03:09:47.000Z","dependencies_parsed_at":"2023-11-06T10:45:17.364Z","dependency_job_id":"2d47a7fa-88c0-4124-abe1-4a60b6e0421c","html_url":"https://github.com/honestbank/terraform-aws-subnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/honestbank/terraform-aws-subnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestbank%2Fterraform-aws-subnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestbank%2Fterraform-aws-subnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestbank%2Fterraform-aws-subnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestbank%2Fterraform-aws-subnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honestbank","download_url":"https://codeload.github.com/honestbank/terraform-aws-subnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honestbank%2Fterraform-aws-subnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28968017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T03:46:10.227Z","status":"ssl_error","status_checked_at":"2026-02-01T03:46:01.693Z","response_time":56,"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":["workspace-code-infrastructure-prod"],"created_at":"2026-02-01T04:35:39.968Z","updated_at":"2026-02-01T04:35:40.794Z","avatar_url":"https://github.com/honestbank.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS Subnet module\n\nA simple module that creates subnets for you.\n\n## How to use:\n\nMake sure you have a VPC and know what region you are in.\n\nApply below module:\n\n```terraform\nmodule \"aws-subnet\" {\n  source = \"./aws-subnet\"\n\n  subnet_cidr_block = var.subnet_cidr_block\n  vpc_id            = aws_vpc.main.id\n  subnet_name       = var.subnet_name\n  aws_region        = var.aws_region\n  aws_role_arn      = var.aws_role_arn\n  subnet_tags       = var.subnet_tags\n}\n```\n\n`aws_role_arn` is optional and can be set to null (or omitted)\n\n## Some built in features\n\n- We automatically add the tag `CreatedBy = \"terraform-aws-subnet\"` to all subnets. As of now, this can't be turned off.\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | ~\u003e 1.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 5.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 5.0 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_aws-subnet\"\u003e\u003c/a\u003e [aws-subnet](#module\\_aws-subnet) | ./aws-subnet | n/a |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_vpc.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_aws_region\"\u003e\u003c/a\u003e [aws\\_region](#input\\_aws\\_region) | AWS Region | `any` | `null` | no |\n| \u003ca name=\"input_aws_role_arn\"\u003e\u003c/a\u003e [aws\\_role\\_arn](#input\\_aws\\_role\\_arn) | AWS Role ARN | `any` | `null` | no |\n| \u003ca name=\"input_subnet_az\"\u003e\u003c/a\u003e [subnet\\_az](#input\\_subnet\\_az) | availability zone | `string` | `null` | no |\n| \u003ca name=\"input_subnet_cidr_block\"\u003e\u003c/a\u003e [subnet\\_cidr\\_block](#input\\_subnet\\_cidr\\_block) | CIDR block for subnet | `string` | `null` | no |\n| \u003ca name=\"input_subnet_name\"\u003e\u003c/a\u003e [subnet\\_name](#input\\_subnet\\_name) | Name for subnet | `string` | `null` | no |\n| \u003ca name=\"input_subnet_tags\"\u003e\u003c/a\u003e [subnet\\_tags](#input\\_subnet\\_tags) | Tags | `map(any)` | \u003cpre\u003e{\u003cbr\u003e  \"CreatedBy\": \"terraform-aws-subnet\"\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_vpc_cidr\"\u003e\u003c/a\u003e [vpc\\_cidr](#input\\_vpc\\_cidr) | CIDR block for VPC | `string` | `\"10.0.0.0/16\"` | no |\n| \u003ca name=\"input_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#input\\_vpc\\_id) | VPC ID | `any` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#output\\_vpc\\_id) | n/a |\n\u003c!-- END_TF_DOCS --\u003e\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonestbank%2Fterraform-aws-subnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonestbank%2Fterraform-aws-subnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonestbank%2Fterraform-aws-subnet/lists"}