{"id":18797446,"url":"https://github.com/noris-network/terraform-vcd-library-certificate","last_synced_at":"2025-07-14T19:36:52.903Z","repository":{"id":229912587,"uuid":"707080414","full_name":"noris-network/terraform-vcd-library-certificate","owner":"noris-network","description":"Terraform module which manages certificate ressources in the certificate library on VMWare Cloud Director.","archived":false,"fork":false,"pushed_at":"2023-10-19T13:53:45.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-29T17:53:28.811Z","etag":null,"topics":["terraform","vcd"],"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/noris-network.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}},"created_at":"2023-10-19T07:26:35.000Z","updated_at":"2023-12-07T12:35:07.000Z","dependencies_parsed_at":"2024-03-26T23:19:51.160Z","dependency_job_id":"98ceec4c-e9ae-4f5c-92ba-934791df704a","html_url":"https://github.com/noris-network/terraform-vcd-library-certificate","commit_stats":null,"previous_names":["noris-network/terraform-vcd-library-certificate"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noris-network%2Fterraform-vcd-library-certificate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noris-network%2Fterraform-vcd-library-certificate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noris-network%2Fterraform-vcd-library-certificate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noris-network%2Fterraform-vcd-library-certificate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noris-network","download_url":"https://codeload.github.com/noris-network/terraform-vcd-library-certificate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727074,"owners_count":19687098,"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":["terraform","vcd"],"created_at":"2024-11-07T22:08:18.615Z","updated_at":"2025-02-19T20:12:16.426Z","avatar_url":"https://github.com/noris-network.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-vcd-library-certificate\n\nTerraform module which manages certificate ressources in the certificate library on VMWare Cloud Director.\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= 1.1.9 |\n| \u003ca name=\"requirement_vcd\"\u003e\u003c/a\u003e [vcd](#requirement\\_vcd) | \u003e= 3.9.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_vcd\"\u003e\u003c/a\u003e [vcd](#provider\\_vcd) | 3.9.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [vcd_library_certificate.certificate](https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/library_certificate) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_alias\"\u003e\u003c/a\u003e [alias](#input\\_alias) | Alias (name) of certificate. | `string` | n/a | yes |\n| \u003ca name=\"input_certificate\"\u003e\u003c/a\u003e [certificate](#input\\_certificate) | Content of Certificate. | `string` | n/a | yes |\n| \u003ca name=\"input_vdc_org_name\"\u003e\u003c/a\u003e [vdc\\_org\\_name](#input\\_vdc\\_org\\_name) | The name of the organization to use. | `string` | n/a | yes |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | Description of media file. | `string` | `null` | no |\n| \u003ca name=\"input_private_key\"\u003e\u003c/a\u003e [private\\_key](#input\\_private\\_key) | Content of private key. | `string` | `null` | no |\n| \u003ca name=\"input_private_key_passphrase\"\u003e\u003c/a\u003e [private\\_key\\_passphrase](#input\\_private\\_key\\_passphrase) | private key pass phrase. | `string` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | The ID of the certificate. |\n\u003c!-- END_TF_DOCS --\u003e\n\n## Examples\n\n```\nmodule \"certificate\" {\n  source       = \"git::https://github.com/noris-network/terraform-vcd-library-certificate?ref=1.0.0\"\n  alias        = \"www.example.net\"\n  description  = \"my TLS cert\"\n  vdc_org_name = \"myORG\"\n  certificate  = file(\"pki/certs/www.example.net.bundle.crt.pem\")\n  private_key  = file(\"pki/keys/www.example.net.key.pem\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoris-network%2Fterraform-vcd-library-certificate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoris-network%2Fterraform-vcd-library-certificate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoris-network%2Fterraform-vcd-library-certificate/lists"}