Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedilabs/terraform-aws-ipam
🌳 A sustainable Terraform Package which creates IPAM resources (IPAM, Elastic IP, Prefix List) on AWS
https://github.com/tedilabs/terraform-aws-ipam
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
Last synced: 28 days ago
JSON representation
🌳 A sustainable Terraform Package which creates IPAM resources (IPAM, Elastic IP, Prefix List) on AWS
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-aws-ipam
- Owner: tedilabs
- License: apache-2.0
- Created: 2023-09-18T14:17:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T06:08:41.000Z (3 months ago)
- Last Synced: 2024-09-27T19:01:24.495Z (about 1 month ago)
- 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
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/ipam/aws
- Size: 58.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-ipam
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-ipam?color=blue&sort=semver&style=flat-square)
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-ipam?color=blue&style=flat-square)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/pre-commit)Terraform module which creates IPAM related resources (IPAM, Elastic IP, Prefix List) on AWS.
- [elastic-ip](./modules/elastic-ip)
- [ipam](./modules/ipam)
- [ipam-resource-discovery](./modules/ipam-resource-discovery)
- [managed-prefix-list](./modules/managed-prefix-list)
- [prefix-list](./modules/prefix-list)## Target AWS Services
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-ipam) were written to manage the following AWS Services with Terraform.
- **AWS VPC (Virtual Private Cloud)**
- Prefix List
- Managed Prefix List
- Elastic IP
- **AWS VPC IPAM (IP Address Manager)**
- IPAM
- Scope
- Pool
- Resource Discovery## Examples
### VPC
- [prefix-lists](./examples/prefix-lists)
- [managed-prefix-lists](./examples/managed-prefix-lists)
- [elastic-ip-amazon](./examples/elastic-ip-amazon/)## Self Promotion
Like 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.
## License
Provided under the terms of the [Apache License](LICENSE).
Copyright © 2023, [Byungjin Park](https://www.posquit0.com).