Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frankyang0529/terraform-provider-harvester

Terraform Harvester provider
https://github.com/frankyang0529/terraform-provider-harvester

Last synced: about 2 months ago
JSON representation

Terraform Harvester provider

Awesome Lists containing this project

README

        

Terraform Provider for Harvester
==================================

## Requirements

- [Terraform](https://www.terraform.io/downloads.html) >= 0.13.x
- [Go](https://golang.org/doc/install) 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.
```hcl
terraform {
required_providers {
harvester = {
source = "harvester/harvester"
version = ""
}
}
}

provider "harvester" {
# Configuration options
}
```

## Using the provider

Documentation about the provider specific configuration options can be found on the [docs directory](docs).