{"id":19854660,"url":"https://github.com/obytes/terraform-aws-certify","last_synced_at":"2026-03-05T01:34:09.850Z","repository":{"id":77139328,"uuid":"436964543","full_name":"obytes/terraform-aws-certify","owner":"obytes","description":"Provision and auto-validate TLS certificates for domains using AWS ACM.","archived":false,"fork":false,"pushed_at":"2021-12-10T12:20:44.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-02-28T23:37:25.199Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/obytes.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":"2021-12-10T12:04:31.000Z","updated_at":"2021-12-12T19:36:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"971dc27b-5870-4ea3-bd77-9e05b4dcc9c6","html_url":"https://github.com/obytes/terraform-aws-certify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/obytes/terraform-aws-certify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-certify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-certify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-certify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-certify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obytes","download_url":"https://codeload.github.com/obytes/terraform-aws-certify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-certify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30104567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:06:53.091Z","status":"ssl_error","status_checked_at":"2026-03-05T01:02:35.679Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-12T14:10:03.958Z","updated_at":"2026-03-05T01:34:09.575Z","avatar_url":"https://github.com/obytes.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS Certify\n\nProvision and auto-validate TLS certificates for domains using AWS ACM.\n\n## Features\n\n✅ Ability to provision certificates for one or more domains.\n\n✅ Auto certificate validation using DNS.\n\n✅ Support Rout53 and Cloudflare for DNS certificate validation.\n\n\n## Usage\n\n- Provision and validate a certificate using Route53\n\n```hcl\nmodule \"certification\" {\n  source  = \"git::https://github.com/obytes/terraform-aws-certify//modules/route53\"\n\n  r53_zone_id              = var.dns_zone_id\n  domain_name              = \"demo.kodhive.com\"\n  alternative_domain_names = [\"*.demo.kodhive.com\", \"demo-private-media.kodhive.com\"]\n}\n```\n\n- Provision and validate a certificate using Cloudflare\n\n```hcl\nmodule \"certification\" {\n  source  = \"git::https://github.com/obytes/terraform-aws-certify//modules/cloudflare\"\n\n  cloudflare_zone_id       = var.dns_zone_id\n  domain_name              = \"demo.kodhive.com\"\n  alternative_domain_names = [\"*.demo.kodhive.com\", \"demo-private-media.kodhive.com\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobytes%2Fterraform-aws-certify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobytes%2Fterraform-aws-certify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobytes%2Fterraform-aws-certify/lists"}