Harvester Terraform Provider

Support Matrix

Harvester VersionSupported Terraform Provider HarvesterSupported Terraformer Harvester
v1.1.1v0.6.1v1.1.0-harvester
v1.1.0v0.6.1v1.1.0-harvester
v1.0.3v0.5.4v1.0.1-harvester

Requirements

  • Terraform >= 0.13.x
  • Go 1.18 to build the provider plugin

Install The Provider

copy and paste this code into your Terraform configuration. Then, run terraform init to initialize it.

  1. terraform {
  2. required_providers {
  3. harvester = {
  4. source = "harvester/harvester"
  5. version = "<replace to the latest release version>"
  6. }
  7. }
  8. }
  9. provider "harvester" {
  10. # Configuration options
  11. }

Using the provider

More details about the provider-specific configurations can be found in the docs.

Github Repo: https://github.com/harvester/terraform-provider-harvester