From 2c6ca252a03459961e49879ccfa5fad5227eda6e Mon Sep 17 00:00:00 2001 From: Conor Mongey Date: Wed, 4 Jul 2018 14:26:04 +0100 Subject: [PATCH] Add install instructions --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89d7c7f2..b9184536 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ +# `terraform-plugin-kafka-connect` +[![CircleCI](https://circleci.com/gh/Mongey/terraform-provider-kafka-connect.svg?style=svg)](https://circleci.com/gh/Mongey/terraform-provider-kafka-connect) + A [Terraform][1] plugin for managing [Apache Kafka Connect][2]. -[![CircleCI](https://circleci.com/gh/Mongey/terraform-provider-kafka-connect.svg?style=svg)](https://circleci.com/gh/Mongey/terraform-provider-kafka-connect) +## Installation + +Download and extract the [latest +release](https://github.com/Mongey/terraform-provider-kafka-connect/releases/latest) to +your [terraform plugin directory][third-party-plugins] (typically `~/.terraform.d/plugins/`) -# Example +## Example ```hcl provider "kafka-connect" { @@ -25,3 +32,4 @@ resource "kafka-connect_connector" "sqlite-sink" { [1]: https://www.terraform.io [2]: https://kafka.apache.org/documentation/#connect +[third-party-plugins]: https://www.terraform.io/docs/configuration/providers.html#third-party-plugins