Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-tummala authored Sep 17, 2020
1 parent 0604144 commit 02465f9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<REDACTED>" // An API key tied to an admin user
Expand Down

0 comments on commit 02465f9

Please sign in to comment.