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
}
Documentation about the provider specific configuration options can be found on the docs directory.