{"id":44267659,"url":"https://github.com/nullstone-modules/terraform-gcp-sslcert","last_synced_at":"2026-02-10T18:37:19.369Z","repository":{"id":267825616,"uuid":"621807006","full_name":"nullstone-modules/terraform-gcp-sslcert","owner":"nullstone-modules","description":"Terraform module to create an SSL certificate using Google Certificate Manager.","archived":false,"fork":false,"pushed_at":"2025-02-07T17:56:36.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-30T14:56:18.250Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nullstone-modules.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-31T12:33:11.000Z","updated_at":"2025-02-07T17:56:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3c1cceb-555c-4fd9-a404-61f23dbdc409","html_url":"https://github.com/nullstone-modules/terraform-gcp-sslcert","commit_stats":null,"previous_names":["nullstone-modules/terraform-gcp-sslcert"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/nullstone-modules/terraform-gcp-sslcert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Fterraform-gcp-sslcert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Fterraform-gcp-sslcert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Fterraform-gcp-sslcert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Fterraform-gcp-sslcert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullstone-modules","download_url":"https://codeload.github.com/nullstone-modules/terraform-gcp-sslcert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullstone-modules%2Fterraform-gcp-sslcert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29311362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T17:48:59.043Z","status":"ssl_error","status_checked_at":"2026-02-10T17:45:37.240Z","response_time":65,"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":"2026-02-10T18:37:19.305Z","updated_at":"2026-02-10T18:37:19.358Z","avatar_url":"https://github.com/nullstone-modules.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google-managed SSL Certificate\nTerraform module to create an SSL certificate using Google Certificate Manager.\n\nThis module performs automatic validation using DNS management.\nAs such, the certificate must be issued in the same GCP project where the DNS Zone is managed.\n\n## Example\n\n```terraform\nresource \"google_dns_managed_zone\" \"acme-com\" {\n  name     = \"acme-com\"\n  dns_name = \"acme.com\"\n}\n\nmodule \"cert\" {\n  source = \"nullstone-modules/sslcert/gcp\"\n\n  enabled = true\n  name    = \"example-acme-com\"\n  scope   = \"\"\n\n  // Produces a certificate with one subdomain `example.acme.com`\n  // This certificate is authorized by adding DNS records to the acme.com DNS Zone\n  subdomains = {\n    \"example.acme.com\" = google_dns_managed_zone.acme-com.name\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-modules%2Fterraform-gcp-sslcert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullstone-modules%2Fterraform-gcp-sslcert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullstone-modules%2Fterraform-gcp-sslcert/lists"}