Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/last9/terraform-provider-papertrail

Papertrail support for Terraform
https://github.com/last9/terraform-provider-papertrail

golang golang-package papertrail terraform terraform-modules

Last synced: 3 months ago
JSON representation

Papertrail support for Terraform

Awesome Lists containing this project

README

        

# terraform-provider-papertrail

Requirements
------------

- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
- [Go](https://golang.org/doc/install) 1.8 (to build the provider plugin)

Building The Provider
---------------------

Clone repository to: `$GOPATH/src/github.com/oogway/terraform-provider-papertrail`

```sh
$ mkdir -p $GOPATH/src/github.com/oogway; cd $GOPATH/src/github.com/oogway
$ git clone [email protected]:oogway/terraform-provider-papertrail
```

Enter the provider directory and build the provider

```sh
$ cd $GOPATH/src/github.com/oogway/terraform-provider-papertrail
$ go get
$ go build
```

For Usage, have a look at docs in `website` directory.

Running Tests
-------------
```sh
$ cd $GOPATH/src/github.com/oogway/terraform-provider-papertrail/papertrail
$ PAPERTRAIL_TOKEN= DESTINATION_PORT= go tests -v
```