Git Product home page Git Product logo

terraform-provider-victorops's Introduction

terraform-provider-victorops

Build Status

Terraform provider for https://victorops.com

Building the provider

In this section you will learn how to build and run terraform-provider-victorops locally. Please follow the steps below:

Requirements

  • Terraform 0.9.x
  • Go 1.9 (to build the provider plugin)
  • VictorOps Must have an account to be able to get api id and key.

Setting your environment

Create the couple environment variables below:

$GOROOT = $HOME/go

$GOPATH = $GOROOT/bin

The GOPATH can be set wherever you want but please read this topic to understand how they work.

Clone repository to: $GOPATH/src/github.com/erikvanbrakel/terraform-provider-victorops

Installation

Download the binary for your platform and architecture from the releases page. Unpack the zip, and place the terraform-provider-victorops binary in the same directory as terraform binary or add a .terraformrc file with the provider stanza:

providers {
  victorops = "/PATH/TO/MODULE/ARCH/terraform-provider-victorops"
}

Usage

See the documentation.

terraform-provider-victorops's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

terraform-provider-victorops's Issues

Add routing key data source

Consider the following flow:

Amazon ALB -> Healthy Hosts Metric + Alarm -> SNS -> VictorOps -> Engineers

Alerting from SNS to VictorOps goes through an HTTPS endpoint which is specifically setup to receive SNS notifications. This endpoint will auto-confirm the subscription you configure.

To distinguish between the different flows of alerts / incidents, you can use routing keys. To use them in Terraform, we can pull them out of the API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.