gbbirkisson / terraform-provider-kind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Provider Kind

Maintainers

Guðmundur Björn Birkisson

Requirements

Usage

provider "kind" {

}

# For example, use custom config
resource "kind" "cluster" {
  name = "kind"
  config = abspath("${path.module}/config.yaml") // Optional
}

Building and testing the Provider

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

# Build
make install
# Test
cd example
terraform plan

About


Languages

Language:Go 94.4%Language:Makefile 3.3%Language:HCL 2.3%