Skip to content

orange-cloudfoundry/terraform-provider-credhub

Repository files navigation

terraform-provider-credhub Build Status

This terraform provider lets you create and retrieve credentials from 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:

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