Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 625 Bytes

File metadata and controls

36 lines (26 loc) · 625 Bytes
page_title subcategory description
harvester Provider

harvester Provider

Example Usage

terraform {
  required_version = ">= 0.13"
  required_providers {
    harvester = {
      source  = "harvester/harvester"
      version = "0.6.4"
    }
  }
}

provider "harvester" {
}

Schema

Optional

  • kubeconfig (String) kubeconfig file path, users can use the KUBECONFIG environment variable instead
  • kubecontext (String) name of the kubernetes context to use