https://github.com/orange-cloudfoundry/terraform-provider-credhub
This terraform provider let you create and retrieve credentials from credhub
https://github.com/orange-cloudfoundry/terraform-provider-credhub
credhub terraform
Last synced: about 1 year ago
JSON representation
This terraform provider let you create and retrieve credentials from credhub
- Host: GitHub
- URL: https://github.com/orange-cloudfoundry/terraform-provider-credhub
- Owner: orange-cloudfoundry
- License: apache-2.0
- Created: 2017-10-02T13:19:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T01:28:41.000Z (over 1 year ago)
- Last Synced: 2025-03-25T04:41:31.639Z (over 1 year ago)
- Topics: credhub, terraform
- Language: Go
- Size: 19.4 MB
- Stars: 8
- Watchers: 9
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-provider-credhub [](https://travis-ci.org/orange-cloudfoundry/terraform-provider-credhub)
This terraform provider lets you create and retrieve credentials from [credhub](https://github.com/cloudfoundry-incubator/credhub).
## Installations
**Requirements:** You need, of course, terraform (**>=0.13**) which is available here: https://www.terraform.io/downloads.html
Add to your terraform file:
```hcl
terraform {
required_providers {
cfsecurity = {
source = "orange-cloudfoundry/credhub"
version = "latest"
}
}
}
```
## Documentation
You can find documentation at https://registry.terraform.io/providers/orange-cloudfoundry/credhub/latest/docs