{"id":21725355,"url":"https://github.com/jameswoolfenden/terraform-tls-key","last_synced_at":"2025-03-20T22:49:16.566Z","repository":{"id":81359329,"uuid":"347363353","full_name":"JamesWoolfenden/terraform-tls-key","owner":"JamesWoolfenden","description":"Basic SSH key module","archived":false,"fork":false,"pushed_at":"2021-07-12T08:09:33.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-25T19:27:35.432Z","etag":null,"topics":["module","terraform","tls"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamesWoolfenden.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":"2021-03-13T12:22:46.000Z","updated_at":"2021-07-12T08:08:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f1331ff-0999-434d-b2cd-456b2c1a40d7","html_url":"https://github.com/JamesWoolfenden/terraform-tls-key","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-tls-key","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-tls-key/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-tls-key/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-tls-key/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesWoolfenden","download_url":"https://codeload.github.com/JamesWoolfenden/terraform-tls-key/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244706500,"owners_count":20496570,"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":["module","terraform","tls"],"created_at":"2024-11-26T03:17:15.806Z","updated_at":"2025-03-20T22:49:16.558Z","avatar_url":"https://github.com/JamesWoolfenden.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-tls-ssh\n\n[![Build Status](https://github.com/JamesWoolfenden/terraform-tls-key/workflows/Verify%20and%20Bump/badge.svg?branch=main)](https://github.com/JamesWoolfenden/terraform-tls-key)\n[![Latest Release](https://img.shields.io/github/release/JamesWoolfenden/terraform-tls-key.svg)](https://github.com/JamesWoolfenden/terraform-tls-key/releases/latest)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/JamesWoolfenden/terraform-tls-key.svg?label=latest)](https://github.com/JamesWoolfenden/terraform-tls-key/releases/latest)\n![Terraform Version](https://img.shields.io/badge/tf-%3E%3D0.14.0-blue.svg)\n[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/JamesWoolfenden/terraform-tls-key/cis_aws)](https://www.bridgecrew.cloud/link/badge?vcs=github\u0026fullRepo=JamesWoolfenden%2Fterraform-tls-key\u0026benchmark=CIS+AWS+V1.2)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![checkov](https://img.shields.io/badge/checkov-verified-brightgreen)](https://www.checkov.io/)\n[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/jameswoolfenden/terraform-tls-key/general)](https://www.bridgecrew.cloud/link/badge?vcs=github\u0026fullRepo=JamesWoolfenden%2Fterraform-tls-key\u0026benchmark=INFRASTRUCTURE+SECURITY)\n\nTerraform module make an SSH key.\n\n---\n\nIt's 100% Open Source and licensed under the [APACHE2](LICENSE).\n\n## Introduction\n\nGet an SSH key\n\n## Usage\n\nInclude this repository as a module in your existing Terraform code:\n\n```hcl\nmodule \"key\" {\n  source            = \"JamesWoolfenden/key/tls\"\n  version           = \"0.0.1\"\n  out_dir           = path.module\n}\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_local\"\u003e\u003c/a\u003e [local](#provider\\_local) | n/a |\n| \u003ca name=\"provider_tls\"\u003e\u003c/a\u003e [tls](#provider\\_tls) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [local_file.privatekey](https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file) | resource |\n| [local_file.publickey](https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file) | resource |\n| [tls_private_key.ssh](https://registry.terraform.io/providers/hashicorp/tls/latest/docs/resources/private_key) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_key_name\"\u003e\u003c/a\u003e [key\\_name](#input\\_key\\_name) | Name of the key | `string` | `\"id_rsa\"` | no |\n| \u003ca name=\"input_out_dir\"\u003e\u003c/a\u003e [out\\_dir](#input\\_out\\_dir) | Where do you want your key files | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_private_key\"\u003e\u003c/a\u003e [private\\_key](#output\\_private\\_key) | n/a |\n| \u003ca name=\"output_public_key\"\u003e\u003c/a\u003e [public\\_key](#output\\_public\\_key) | n/a |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/JamesWoolfenden/terraform-ssm-bastion/issues).\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/JamesWoolfenden/terraform-ssm-bastion/issues) to report any bugs or file feature requests.\n\n## Copyrights\n\nCopyright © 2019-2021 James Woolfenden\n\n## License\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nSee [LICENSE](LICENSE) for full details.\n\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements. See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership. The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License. You may obtain a copy of the License at\n\n\u003chttps://www.apache.org/licenses/LICENSE-2.0\u003e\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied. See the License for the\nspecific language governing permissions and limitations\nunder the License.\n\n### Contributors\n\n[![James Woolfenden][jameswoolfenden_avatar]][jameswoolfenden_homepage]\u003cbr/\u003e[James Woolfenden][jameswoolfenden_homepage]\u003cbr/\u003e\n![Jukka Keski-Luopa][keskiju_avatar]\u003cbr/\u003e[Jukka Keski-Luopa][keskiju_homepage]\u003cbr/\u003e\n\n[jameswoolfenden_homepage]: https://github.com/jameswoolfenden\n[jameswoolfenden_avatar]: https://github.com/jameswoolfenden.png?size=150\n[keskiju_homepage]: https://github.com/keskiju\n[keskiju_avatar]: https://github.com/keskiju.png?size=150\n[linkedin]: https://www.linkedin.com/in/jameswoolfenden/\n[twitter]: https://twitter.com/JimWoolfenden\n[github]: https://github.com/jameswoolfenden\n[share_twitter]: https://twitter.com/intent/tweet/?text=terraform-aws-sns\u0026url=https://github.com/JamesWoolfenden/terraform-aws-sns\n[share_linkedin]: https://www.linkedin.com/shareArticle?mini=true\u0026title=terraform-aws-sns\u0026url=https://github.com/JamesWoolfenden/terraform-aws-sns\n[share_reddit]: https://reddit.com/submit/?url=https://github.com/JamesWoolfenden/terraform-aws-sns\n[share_facebook]: https://facebook.com/sharer/sharer.php?u=https://github.com/JamesWoolfenden/terraform-aws-sns\n[share_email]: mailto:?subject=terraform-aws-sns\u0026body=https://github.com/JamesWoolfenden/terraform-aws-sns\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameswoolfenden%2Fterraform-tls-key","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjameswoolfenden%2Fterraform-tls-key","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameswoolfenden%2Fterraform-tls-key/lists"}