All Projects → last9 → terraform-provider-papertrail

last9 / terraform-provider-papertrail

Licence: MIT License
Papertrail support for Terraform

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to terraform-provider-papertrail

terraform-aws-remote-state-s3-backend
A terraform module to set up remote state management with S3 backend for your account.
Stars: ✭ 71 (+407.14%)
Mutual labels:  terraform, terraform-modules
Awesome Terraform
Curated list of resources on HashiCorp's Terraform
Stars: ✭ 2,618 (+18600%)
Mutual labels:  terraform, terraform-modules
Terraform Docs
Generate documentation from Terraform modules in various output formats
Stars: ✭ 2,483 (+17635.71%)
Mutual labels:  terraform, terraform-modules
terraform-aws-mongodb
Simplify MongoDB provisioning on AWS using Terraform
Stars: ✭ 20 (+42.86%)
Mutual labels:  terraform, terraform-modules
terraform-provider-terraform
Terraform terraform provider
Stars: ✭ 24 (+71.43%)
Mutual labels:  terraform
terraform-provider-vercel
Terraform Provider for Vercel (former ZEIT)
Stars: ✭ 36 (+157.14%)
Mutual labels:  terraform
aws docker swarm
setup to bootstrap docker swarm cluster and a controller on AWS using terraform
Stars: ✭ 24 (+71.43%)
Mutual labels:  terraform
yor
Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it.
Stars: ✭ 459 (+3178.57%)
Mutual labels:  terraform
devops-essentials
DevOps Essentials | terraform | kubernetes | linux | nginx | monitoring | docker | docker-compose
Stars: ✭ 159 (+1035.71%)
Mutual labels:  terraform
terraform-provider-nifi
Terraform provider for interacting with NiFi cluster
Stars: ✭ 49 (+250%)
Mutual labels:  terraform
terraform-aws-eks
Terraform Module: Amazon EKS
Stars: ✭ 64 (+357.14%)
Mutual labels:  terraform
terraform-provider-bigip
Terraform resources that can configure F5 BIG-IP products
Stars: ✭ 74 (+428.57%)
Mutual labels:  terraform
vcs-fitcycle-deployer
Automates the deployment of EC2 based App by using Terraform and Ansible
Stars: ✭ 13 (-7.14%)
Mutual labels:  terraform
terraform-aws-bigip
BIG-IP AWS module for the Terraform Registry
Stars: ✭ 12 (-14.29%)
Mutual labels:  terraform
ez-rancher
Terraform to provision vSphere VMs, and install Rancher on an RKE cluster
Stars: ✭ 20 (+42.86%)
Mutual labels:  terraform
terraform-provider-nutanix
Terraform Nutanix Provider
Stars: ✭ 53 (+278.57%)
Mutual labels:  terraform
terraform-cloudinit-container-server
A batteries included cloud-init config to quickly and easily deploy a single Docker image or Docker Compose file to any Cloud™ VM.
Stars: ✭ 52 (+271.43%)
Mutual labels:  terraform
terradozer
Terraform destroy without configuration files
Stars: ✭ 38 (+171.43%)
Mutual labels:  terraform
fortigate-terraform-deploy
Deployment templates for FortiGate-VM on cloud platforms with terraform
Stars: ✭ 30 (+114.29%)
Mutual labels:  terraform
terraform-aws-backup
Terraform module to create AWS Backup plans. AWS Backup is a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services (EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and Storage Gateway volumes).
Stars: ✭ 72 (+414.29%)
Mutual labels:  terraform

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].