Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

BESTSELLER/terraform-provider-luis

Repository files navigation

terraform-provider-luis

GitHub release CircleCI Quality Gate Status GitHub All Releases GitHub Releases

Terraform provider for managing luis.ai

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Testing

go test

Generate Documentation

Docs are located in docs/. These are autogenerated using a tool called tfplugindocs.

Install the tfplugindocs tool using:

$ go get github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs

Generate the documentation at the root of this repository

$ tfplugindocs