From 02465f9af6f6f0b9b1d8d2183933758a13681a8b Mon Sep 17 00:00:00 2001 From: Pavan Tummala Date: Thu, 17 Sep 2020 15:52:14 -0600 Subject: [PATCH] doc update --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2032de..e4e6a79 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,26 @@ $ cp $GOPATH/bin/terraform-provider-victorops . Features ------------ -Allow Victorops customers to create VictorOps teams, users, escalation policies and routing keys using terraform +Using this VictorOps Terraform provider, you can manage the following VictorOps resources. +1. User +2. Team +3. User-Team assignment +4. Escalation Policy +5. Routing Key Usage ------------ ``` +terraform { + required_providers { + victorops = { + source = "splunk/victorops" + version = "0.0.6" + } + } +} + provider "victorops" { api_id = "6d700de8" // An API id tied to an admin user api_key = "" // An API key tied to an admin user