Terraform Provider

Maintainers

Jeff Gensler (@jeffzzq)

Requirements

  • Terraform 0.10.x
  • Go 1.8 (to build the provider plugin)

Usage

# For example, restrict template version in 0.1.x
provider "minikube" {
  version = "~> 0.1"
}

Building and Testing The Provider

You will need go 1.11+ installed to use go modules.

# Build
go build -o example/plugins/terraform-provider-minikube
# Test
cd example
terraform plan