{"id":25115711,"url":"https://github.com/devops-rob/terraform-vault-secrets-engines","last_synced_at":"2025-04-02T11:41:21.562Z","repository":{"id":55918364,"uuid":"302131561","full_name":"devops-rob/terraform-vault-secrets-engines","owner":"devops-rob","description":"A Terraform module to enable and configure HashiCorp Vault Secrets Engines","archived":false,"fork":false,"pushed_at":"2020-12-07T11:26:11.000Z","size":192,"stargazers_count":6,"open_issues_count":7,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T02:35:28.733Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devops-rob.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}},"created_at":"2020-10-07T18:51:50.000Z","updated_at":"2023-05-03T21:10:10.000Z","dependencies_parsed_at":"2022-08-15T09:20:56.869Z","dependency_job_id":null,"html_url":"https://github.com/devops-rob/terraform-vault-secrets-engines","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fterraform-vault-secrets-engines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fterraform-vault-secrets-engines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fterraform-vault-secrets-engines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fterraform-vault-secrets-engines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devops-rob","download_url":"https://codeload.github.com/devops-rob/terraform-vault-secrets-engines/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246811177,"owners_count":20837745,"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":[],"created_at":"2025-02-08T02:33:46.696Z","updated_at":"2025-04-02T11:41:21.092Z","avatar_url":"https://github.com/devops-rob.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Module: Vault Secrets Engine\n\nA Terraform module to enable and configure Vault secrets engines.\n\n## Overview\n\n![](images/secrets_engines.png)\n\nThis module supports the following Vault Secrets Engines:\n\n   - AWS\n   - Azure\n   - GCP\n   - Consul\n   - Transit\n   - Database\n   - PKI\n   - SSH\n   - RabbitMQ\n   \n\n## Requirements\nThis module requires Terraform version 0.13.0 or newer and an accessible Vault instance.\n\nThe Vault token used by Terraform will need the following Vault policy:\n\n``` shell script\npath \"sys/mount*\" {\n  capabilities = [\"create\",\"read\",\"update\",\"delete\",\"list\"]\n}\n```\n\n## Usage\n\n```shell script\nmodule \"secrets_engines\" {\n  source = \"github.com/devops-rob/terraform-vault-secrets-engines\"\n\n  secrets_engines = [\n    \"aws\",\n    \"consul\"\n  ] \n\n  # AWS config\n  aws_backend_role_name = \"test\"\n  aws_iam_groups        = [\"test\"]\n  \n  # Consul config\n  consul_token             = \"acl-token\"\n  consul_backend_role_name = \"test\"\n\n  consul_policies = [\n    \"test-policy\",\n    \"test-policy-2\"\n  ]\n}\n```\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\nYou may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _\"AS IS\"_ basis, without WARRANTIES or conditions of any kind, either express or implied.\n\nSee the License for the specific language governing permissions and limitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-rob%2Fterraform-vault-secrets-engines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevops-rob%2Fterraform-vault-secrets-engines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-rob%2Fterraform-vault-secrets-engines/lists"}