Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedilabs/terraform-aws-domain
🌳 A sustainable Terraform Package which creates resources for Domain Services on AWS
https://github.com/tedilabs/terraform-aws-domain
aws aws-route53 devops hacktoberfest hcl2 iac lang-hcl sre tedilabs terraform terraform-aws terraform-module terraform-modules
Last synced: about 3 hours ago
JSON representation
🌳 A sustainable Terraform Package which creates resources for Domain Services on AWS
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-aws-domain
- Owner: tedilabs
- License: apache-2.0
- Created: 2021-02-16T16:09:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T05:44:13.000Z (4 months ago)
- Last Synced: 2024-06-28T06:46:18.939Z (4 months ago)
- Topics: aws, aws-route53, devops, hacktoberfest, hcl2, iac, lang-hcl, sre, tedilabs, terraform, terraform-aws, terraform-module, terraform-modules
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/domain/aws
- Size: 152 KB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-domain
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-domain?color=blue&sort=semver&style=flat-square)
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-domain?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 Route53 related resources on AWS.
- [amazon-issued-cert](./modules/amazon-issued-cert)
- [cidr-collection](./modules/cidr-collection/)
- [imported-cert](./modules/imported-cert)
- [private-ca-issued-cert](./modules/private-ca-issued-cert)
- [private-zone](./modules/private-zone)
- [public-zone](./modules/public-zone)
- [record-set](./modules/record-set)
- [registered-domain](./modules/registered-domain)
- [resolver-inbound-endpoint](./modules/resolver-inbound-endpoint)
- [resolver-query-logging](./modules/resolver-query-logging)## Target AWS Services
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-domain) were written to manage the following AWS Services with Terraform.
- **Route53**
- Registrar
- Registered Domain
- Hosted Zone
- Public Hosted Zone
- Private Hosted Zone
- Record Set
- CIDR Collection
- Resolver
- Inbound Endpoint
- Outbound Endpoint (comming soon!)
- Query Logging Configuration
- **ACM (AWS Certificate Manager)**
- Amazon issued Certificate
- Private CA issued Certificate
- Imported Certificate## Examples
### Route53
- [route53-private-zone-simple](./examples/route53-private-zone-simple/)
- [route53-public-zone-simple](./examples/route53-public-zone-simple/)## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-domain). 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 © 2021-2023, [Byungjin Park](https://www.posquit0.com).