Skip to content

tbregolin/terraform-provider-harvester

This branch is 25 commits behind harvester/terraform-provider-harvester:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f68b5a3 · Aug 21, 2023
Aug 2, 2022
Aug 21, 2023
Aug 21, 2023
Aug 15, 2023
May 30, 2023
Aug 15, 2023
May 30, 2023
Jul 14, 2022
Feb 17, 2022
May 8, 2023
Mar 30, 2023
Oct 21, 2021
Jul 14, 2022
May 26, 2021
Jun 10, 2021
Jul 14, 2022
Feb 10, 2023
Feb 10, 2023
Jul 22, 2021
May 30, 2023

Repository files navigation

Terraform Provider for 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.

terraform {
  required_providers {
    harvester = {
      source = "harvester/harvester"
      version = "<replace to the latest release version>"
    }
  }
}

provider "harvester" {
  # Configuration options
}

Using the provider

Documentation about the provider specific configuration options can be found on the docs directory.

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.7%
  • Shell 1.5%
  • Other 0.8%