{"id":14957926,"url":"https://github.com/tedilabs/terraform-aws-ipam","last_synced_at":"2025-08-02T09:32:45.206Z","repository":{"id":195568925,"uuid":"693186292","full_name":"tedilabs/terraform-aws-ipam","owner":"tedilabs","description":"🌳 A sustainable Terraform Package which creates IPAM resources (IPAM, Elastic IP, Prefix List) on AWS","archived":false,"fork":false,"pushed_at":"2025-03-20T18:08:31.000Z","size":64,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T19:53:17.827Z","etag":null,"topics":["aws","aws-eip","aws-elastic-ip","aws-ipam","aws-prefix-list","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/ipam/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":{"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},"funding":{"github":"tedilabs","patreon":"posquit0","ko_fi":"posquit0","custom":"https://www.paypal.me/posquit0"}},"created_at":"2023-09-18T14:17:07.000Z","updated_at":"2025-03-20T18:08:35.000Z","dependencies_parsed_at":"2023-09-18T19:59:48.566Z","dependency_job_id":"b5541cb6-fcc9-4fc2-9e90-a5608763473b","html_url":"https://github.com/tedilabs/terraform-aws-ipam","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":"0.33333333333333337","last_synced_commit":"e761650dabc493b1253fc5dca242365539de9269"},"previous_names":["tedilabs/terraform-aws-ipam"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tedilabs/terraform-aws-ipam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-ipam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-ipam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-ipam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-ipam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedilabs","download_url":"https://codeload.github.com/tedilabs/terraform-aws-ipam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-ipam/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268362937,"owners_count":24238542,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","aws-eip","aws-elastic-ip","aws-ipam","aws-prefix-list","aws-vpc","devops","hacktoberfest","hcl2","iac","lang-hcl","sre","tedilabs","terraform","terraform-aws","terraform-module","terraform-modules"],"created_at":"2024-09-24T13:15:50.399Z","updated_at":"2025-08-02T09:32:45.160Z","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-ipam\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-ipam?color=blue\u0026sort=semver\u0026style=flat-square)\n![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-ipam?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 IPAM related resources (IPAM, Elastic IP, Prefix List) on AWS.\n\n- [elastic-ip](./modules/elastic-ip)\n- [ipam](./modules/ipam)\n- [ipam-resource-discovery](./modules/ipam-resource-discovery)\n- [managed-prefix-list](./modules/managed-prefix-list)\n- [prefix-list](./modules/prefix-list)\n\n\n## Target AWS Services\n\nTerraform Modules from [this package](https://github.com/tedilabs/terraform-aws-ipam) were written to manage the following AWS Services with Terraform.\n\n- **AWS VPC (Virtual Private Cloud)**\n  - Prefix List\n  - Managed Prefix List\n  - Elastic IP\n- **AWS VPC IPAM (IP Address Manager)**\n  - IPAM\n  - Scope\n  - Pool\n  - Resource Discovery\n\n\n## Examples\n\n### VPC\n\n- [prefix-lists](./examples/prefix-lists)\n- [managed-prefix-lists](./examples/managed-prefix-lists)\n- [elastic-ip-amazon](./examples/elastic-ip-amazon/)\n\n\n## Self Promotion\n\nLike this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-ipam). 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 © 2023, [Byungjin Park](https://www.posquit0.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedilabs%2Fterraform-aws-ipam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedilabs%2Fterraform-aws-ipam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedilabs%2Fterraform-aws-ipam/lists"}