{"id":19508901,"url":"https://github.com/rhythmictech/terraform-aws-hosted-zone","last_synced_at":"2026-05-15T04:34:52.291Z","repository":{"id":51669258,"uuid":"190454943","full_name":"rhythmictech/terraform-aws-hosted-zone","owner":"rhythmictech","description":"Create a Route53 Hosted Zone","archived":false,"fork":false,"pushed_at":"2021-05-10T19:33:39.000Z","size":20,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-12T09:47:32.465Z","etag":null,"topics":["aws","route53","terraform","terraform-module","terraform-modules"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/rhythmictech/hosted-zone/aws","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhythmictech.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}},"created_at":"2019-06-05T19:20:07.000Z","updated_at":"2020-12-18T19:21:02.000Z","dependencies_parsed_at":"2022-08-22T21:21:16.747Z","dependency_job_id":null,"html_url":"https://github.com/rhythmictech/terraform-aws-hosted-zone","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/rhythmictech/terraform-aws-hosted-zone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-hosted-zone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-hosted-zone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-hosted-zone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-hosted-zone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhythmictech","download_url":"https://codeload.github.com/rhythmictech/terraform-aws-hosted-zone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-hosted-zone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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","route53","terraform","terraform-module","terraform-modules"],"created_at":"2024-11-10T23:10:19.597Z","updated_at":"2026-05-15T04:34:52.276Z","avatar_url":"https://github.com/rhythmictech.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-hosted-zone\n\n[![tflint](https://github.com/rhythmictech/terraform-aws-hosted-zone/workflows/tflint/badge.svg?branch=main\u0026event=push)](https://github.com/rhythmictech/terraform-aws-hosted-zone/actions?query=workflow%3Atflint+event%3Apush+branch%3Amain)\n[![tfsec](https://github.com/rhythmictech/terraform-aws-hosted-zone/workflows/tfsec/badge.svg?branch=main\u0026event=push)](https://github.com/rhythmictech/terraform-aws-hosted-zone/actions?query=workflow%3Atfsec+event%3Apush+branch%3Amain)\n[![yamllint](https://github.com/rhythmictech/terraform-aws-hosted-zone/workflows/yamllint/badge.svg?branch=main\u0026event=push)](https://github.com/rhythmictech/terraform-aws-hosted-zone/actions?query=workflow%3Ayamllint+event%3Apush+branch%3Amain)\n[![misspell](https://github.com/rhythmictech/terraform-aws-hosted-zone/workflows/misspell/badge.svg?branch=main\u0026event=push)](https://github.com/rhythmictech/terraform-aws-hosted-zone/actions?query=workflow%3Amisspell+event%3Apush+branch%3Amain)\n[![pre-commit-check](https://github.com/rhythmictech/terraform-aws-hosted-zone/workflows/pre-commit-check/badge.svg?branch=main\u0026event=push)](https://github.com/rhythmictech/terraform-aws-hosted-zone/actions?query=workflow%3Apre-commit-check+event%3Apush+branch%3Amain)\n\u003ca href=\"https://twitter.com/intent/follow?screen_name=RhythmicTech\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/RhythmicTech?style=social\u0026logo=twitter\" alt=\"follow on Twitter\"\u003e\u003c/a\u003e\n\nCreates a Route53 zone and optional wildcard certificate matching it.\n\n## Example\n```hcl\nmodule \"zone\" {\n  source = \"rhythmictech/hosted-zone/aws\"\n\n}\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| terraform | \u003e= 0.12.19 |\n| aws | \u003e= 3.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | \u003e= 3.0 |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| domain | Domain for hosted zone | `string` | n/a | yes |\n| create\\_certificate | Create an ACM certificate associated with the domain | `bool` | `true` | no |\n| name | Name tag to apply (will default to `external_domain` if not specified) | `string` | `null` | no |\n| tags | Custom tags to add to resources | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| certificate\\_arn | ACM SSL Certificate ARN |\n| zone\\_id | Zone ID |\n| zone\\_name | Zone name |\n| zone\\_name\\_servers | Zone Name Servers |\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n:x\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-aws-hosted-zone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhythmictech%2Fterraform-aws-hosted-zone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-aws-hosted-zone/lists"}