{"id":17888605,"url":"https://github.com/l-with/terraform-module-get_le_cert_package","last_synced_at":"2025-04-03T03:14:55.352Z","repository":{"id":131243818,"uuid":"597726163","full_name":"l-with/terraform-module-get_le_cert_package","owner":"l-with","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-06T14:10:39.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T17:13:07.242Z","etag":null,"topics":["letsencrypt-certificates","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/l-with.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":"2023-02-05T13:07:31.000Z","updated_at":"2023-02-05T18:12:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"a19aceee-8c36-46c3-b3d0-8f5b9d37f2ae","html_url":"https://github.com/l-with/terraform-module-get_le_cert_package","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fterraform-module-get_le_cert_package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fterraform-module-get_le_cert_package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fterraform-module-get_le_cert_package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/l-with%2Fterraform-module-get_le_cert_package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/l-with","download_url":"https://codeload.github.com/l-with/terraform-module-get_le_cert_package/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927839,"owners_count":20856198,"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":["letsencrypt-certificates","terraform","terraform-module"],"created_at":"2024-10-28T13:37:57.292Z","updated_at":"2025-04-03T03:14:55.320Z","avatar_url":"https://github.com/l-with.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Module Get Let's Encrypt Certificate\n\nTerraform module which gets and installs encrypted Let's Encrypt certificate package from url by [Terraform Provider for (Operating) System](https://registry.terraform.io/providers/neuspaces/system).\n\nThis role can be used to get a prepared package of a Let's Encrypt Cerificate (for instance by DNS challenge).\n\nThis is a terraform replacement for [Ansible Role Get Let's Encrypt Certificate Package](https://github.com/l-with/ansible-role-get_lets_encrypt_certificate_package).\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.15 |\n| \u003ca name=\"requirement_system\"\u003e\u003c/a\u003e [system](#requirement\\_system) | \u003e= 0.3.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_system\"\u003e\u003c/a\u003e [system](#provider\\_system) | \u003e= 0.3.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [system_command.curl_le_cert_package](https://registry.terraform.io/providers/neuspaces/system/latest/docs/data-sources/command) | data source |\n| [system_command.decrypt_and_untar_le_cert_package](https://registry.terraform.io/providers/neuspaces/system/latest/docs/data-sources/command) | data source |\n| [system_command.when_finished](https://registry.terraform.io/providers/neuspaces/system/latest/docs/data-sources/command) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_command_to_execute_when_finished\"\u003e\u003c/a\u003e [command\\_to\\_execute\\_when\\_finished](#input\\_command\\_to\\_execute\\_when\\_finished) | the command to execute when finished (e.g. restart web server) | `string` | `\"\"` | no |\n| \u003ca name=\"input_le_cert_package_secret\"\u003e\u003c/a\u003e [le\\_cert\\_package\\_secret](#input\\_le\\_cert\\_package\\_secret) | the secret to decrypt the Let's Encrypt certificate package | `string` | n/a | yes |\n| \u003ca name=\"input_le_cert_package_url\"\u003e\u003c/a\u003e [le\\_cert\\_package\\_url](#input\\_le\\_cert\\_package\\_url) | the url of the Let's Encrypt certificate package | `string` | n/a | yes |\n| \u003ca name=\"input_le_domains\"\u003e\u003c/a\u003e [le\\_domains](#input\\_le\\_domains) | the string of domains for the Let's Encrypt certificate package | `string` | n/a | yes |\n| \u003ca name=\"input_url_header\"\u003e\u003c/a\u003e [url\\_header](#input\\_url\\_header) | the header for the url of the Let's Encrypt certificate package | `string` | n/a | yes |\n\n## Outputs\n\nNo outputs.\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl-with%2Fterraform-module-get_le_cert_package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl-with%2Fterraform-module-get_le_cert_package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl-with%2Fterraform-module-get_le_cert_package/lists"}