» Hedvig Provider
The Hedvig provider is used to interact with Hedvig. The provider needs to be configured with the proper credentials on a working Hedvig cluster before it can be used.
Use the navigation to the left to read about the available resources.
» Example Usage
// Configure the Hedvig provider
provider "hedvig" {
username = "Example"
password = "example"
node = "example1.hedviginc.com"
}
// Create a new VDisk
resource "hedvig_vdisk" "example" {
# ...
}
» Configuration Reference
The following keys can be used to configure the provider.