terraform-provider-secrethub
terraform-provider-secrethub copied to clipboard
Terraform Provider to manage and use secrets
Currently, SecretHub directories can only be created from the CLI or the Golang SDK. By adding support for the `secrethub_dir` resource to the provider, users can create SecretHub directories from...
We're currently using the [secrethub-http-proxy](https://github.io/secrethub/secrethub-http-proxy) as an HTTP state backend now, but preferably we'd like to write a custom state backend. However, seeing as [state backends aren't pluggable yet](https://github.com/hashicorp/terraform/issues/5877) we...