harvester / terraform-provider-harvester

Terraform Harvester provider

Home Page:https://registry.terraform.io/providers/harvester/harvester/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Provider for Harvester

Requirements

  • Terraform >= 0.13.x
  • Go 1.21 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.

About

Terraform Harvester provider

https://registry.terraform.io/providers/harvester/harvester/latest

License:Apache License 2.0


Languages

Language:Go 97.7%Language:Shell 1.4%Language:Dockerfile 0.7%Language:Makefile 0.2%Language:HCL 0.1%