{"id":20194991,"url":"https://github.com/mich0232/aws-route53-zone","last_synced_at":"2026-05-20T07:39:11.296Z","repository":{"id":154750519,"uuid":"575165634","full_name":"Mich0232/aws-route53-zone","owner":"Mich0232","description":"Terraform module for creating a R53 hosted zone with attached SSL certificate.","archived":false,"fork":false,"pushed_at":"2022-12-17T00:53:16.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T19:21:31.508Z","etag":null,"topics":["aws","aws-route53","dns","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mich0232.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-12-06T22:40:49.000Z","updated_at":"2022-12-06T22:51:41.000Z","dependencies_parsed_at":"2023-05-19T01:45:28.483Z","dependency_job_id":null,"html_url":"https://github.com/Mich0232/aws-route53-zone","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mich0232%2Faws-route53-zone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mich0232%2Faws-route53-zone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mich0232%2Faws-route53-zone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mich0232%2Faws-route53-zone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mich0232","download_url":"https://codeload.github.com/Mich0232/aws-route53-zone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241629736,"owners_count":19993708,"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","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-route53","dns","terraform","terraform-module"],"created_at":"2024-11-14T04:15:16.850Z","updated_at":"2026-05-20T07:39:06.274Z","avatar_url":"https://github.com/Mich0232.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## AWS Route53 Hosted zone\n\nThis Terraform module create a R53 hosted zone with attached SSL certificate.\n\n### Default records: \n\n - ACM validation records\n - CNAME www.(domain)\n\n### Inputs\n\n`domain` - name of domain to be added.\n\n`project_name` - Project name, will be used to prefix and tag AWS resources.\n\n`no_certificate` - Don't use/generate SSL certificate``\n\n`certificate` - ACM certificate data. If not provided SSL certificate will be generated.\n\n```terraform\n{\n  type = optional(object({\n    arn = string\n    domain_validation_options = list(object({\n      domain_name           = string\n      resource_record_name  = string\n      resource_record_value = string\n      resource_record_type  = string\n    }))\n  }))\n  default = null\n}\n```\n\n`renewal_eligibility` - Whether the certificate is eligible for managed renewal.\n\n`records` - set of DNS records.\n\n```terraform\n{\n  type = set(object({\n    name    = string\n    type    = string\n    ttl     = optional(number, 300)\n    records = list(string)\n    alias = optional(object({\n      name                   = string\n      zone_id                = string\n      evaluate_target_health = optional(bool, false)\n    }))\n  }))\n}\n```\n\n`default_ttl` - TTL of default records, listed above. (default: 300s)\n\n`tags` - Extra tags\n\n### Outputs\n\n`id` - ID of create hosted zone\n\n`name_servers` - List of name servers\n\n`certificate_arn` - ARN of SSL certificate attached to domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmich0232%2Faws-route53-zone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmich0232%2Faws-route53-zone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmich0232%2Faws-route53-zone/lists"}