{"id":20017083,"url":"https://github.com/blackbird-cloud/terraform-aws-ipam","last_synced_at":"2026-05-12T15:36:11.317Z","repository":{"id":239756028,"uuid":"800471091","full_name":"blackbird-cloud/terraform-aws-ipam","owner":"blackbird-cloud","description":"Terraform module to manage IPAM in AWS","archived":false,"fork":false,"pushed_at":"2025-01-31T15:29:38.000Z","size":55,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-12T07:12:26.539Z","etag":null,"topics":["aws","ipam","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"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/blackbird-cloud.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":"2024-05-14T11:54:42.000Z","updated_at":"2025-01-31T15:29:21.000Z","dependencies_parsed_at":"2024-05-14T13:29:41.215Z","dependency_job_id":"24c85604-82b5-48a8-a0fe-1a1c63615458","html_url":"https://github.com/blackbird-cloud/terraform-aws-ipam","commit_stats":null,"previous_names":["blackbird-cloud/terraform-aws-ipam"],"tags_count":4,"template":false,"template_full_name":"blackbird-cloud/terraform-module-template","purl":"pkg:github/blackbird-cloud/terraform-aws-ipam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-ipam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-ipam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-ipam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-ipam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackbird-cloud","download_url":"https://codeload.github.com/blackbird-cloud/terraform-aws-ipam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-aws-ipam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","ipam","terraform"],"created_at":"2024-11-13T08:14:20.845Z","updated_at":"2026-05-12T15:36:11.292Z","avatar_url":"https://github.com/blackbird-cloud.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n# Terraform Aws Ipam Module\nTerraform module to manage IPAM in AWS\n\n[![blackbird-logo](https://raw.githubusercontent.com/blackbird-cloud/terraform-module-template/main/.config/logo_simple.png)](https://blackbird.cloud)\n\n## Example\n```hcl\nlocals {\n  networking_account_id = \"123456789012\"\n  staging_account_id    = \"123456789013\"\n  production_account_id = \"123456789014\"\n}\n\nmodule \"ipam\" {\n  # source  = \"github.com/blackbird-cloud/terraform-aws-ipam\"\n  source = \"../\"\n\n  region = \"eu-central-1\"\n\n  parent_pool = {\n    address_family = \"ipv4\"\n    cidr_block     = \"10.0.0.0/8\"\n  }\n\n  pools = {\n    shared = {\n      address_family = \"ipv4\"\n      cidr_block     = \"10.0.0.0/16\"\n      description    = \"shared pool\"\n      resource_share = local.networking_account_id\n    }\n    staging = {\n      address_family = \"ipv4\"\n      cidr_block     = \"10.1.0.0/16\"\n      description    = \"Staging workload pool\"\n      resource_share = local.staging_account_id\n    }\n    production = {\n      address_family = \"ipv4\"\n      cidr_block     = \"10.2.0.0/16\"\n      description    = \"Production workload pool\"\n      resource_share = local.production_account_id\n    }\n  }\n}\n```\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.2 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 5 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | ~\u003e 5 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_ram_principal_association.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_principal_association) | resource |\n| [aws_ram_resource_association.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_association) | resource |\n| [aws_ram_resource_share.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ram_resource_share) | resource |\n| [aws_vpc_ipam.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam) | resource |\n| [aws_vpc_ipam_pool.child](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_pool) | resource |\n| [aws_vpc_ipam_pool.parent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_pool) | resource |\n| [aws_vpc_ipam_pool_cidr.child](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_pool_cidr) | resource |\n| [aws_vpc_ipam_pool_cidr.parent](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_ipam_pool_cidr) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_cascade\"\u003e\u003c/a\u003e [cascade](#input\\_cascade) | (Optional) Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes. | `bool` | `null` | no |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | (Optional) A description for the IPAM. | `string` | `\"My IPAM\"` | no |\n| \u003ca name=\"input_parent_pool\"\u003e\u003c/a\u003e [parent\\_pool](#input\\_parent\\_pool) | The parent pool to create in the IPAM. | \u003cpre\u003eobject({\u003cbr\u003e    address_family = string\u003cbr\u003e    cidr_block     = string\u003cbr\u003e  })\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_pools\"\u003e\u003c/a\u003e [pools](#input\\_pools) | The pools to create in the IPAM. | \u003cpre\u003emap(object({\u003cbr\u003e    address_family = string\u003cbr\u003e    description    = optional(string)\u003cbr\u003e    auto_import    = optional(bool)\u003cbr\u003e    cidr_block     = string\u003cbr\u003e    resource_share = optional(string)\u003cbr\u003e  }))\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_region\"\u003e\u003c/a\u003e [region](#input\\_region) | AWS Region used for picking up the ARNs for the securityhub standards subscriptions. | `string` | n/a | yes |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | (Optional) A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_parent_pool\"\u003e\u003c/a\u003e [parent\\_pool](#output\\_parent\\_pool) | The parent pool created by the module. |\n| \u003ca name=\"output_pools\"\u003e\u003c/a\u003e [pools](#output\\_pools) | The sub pools including cidr blocks created by the module. |\n\n## About\n\nWe are [Blackbird Cloud](https://blackbird.cloud), Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.\n\nCheckout our other :point\\_right: [terraform modules](https://registry.terraform.io/namespaces/blackbird-cloud)\n\n## Copyright\n\nCopyright © 2017-2024 [Blackbird Cloud](https://blackbird.cloud)\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-aws-ipam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackbird-cloud%2Fterraform-aws-ipam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-aws-ipam/lists"}