Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

sugi/terraform-provider-papertrail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-provider-papertrail

Requirements

  • Terraform 0.10.x
  • Go 1.8 (to build the provider plugin)

Building The Provider

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

$ 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

$ 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

$ cd $GOPATH/src/github.com/oogway/terraform-provider-papertrail/papertrail
$ PAPERTRAIL_TOKEN=<token> DESTINATION_PORT=<log_destination_port> go tests -v

About

Papertrail support for Terraform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.0%
  • HTML 6.0%