Skip to content

ahepburn/terraform-provider-sumologic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-provider-sumologic

Build Status

Terraform provider for https://sumologic.com

Building the provider

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

Requirements

  • Terraform 0.9.x
  • Go 1.8 (to build the provider plugin)
  • Sumologic Must have an account to be able to get access 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-sumologic Terraform provider for https://sumologic.com

Installation

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

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

Usage

See the documentation.

About

Terraform provider for https://sumologic.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.0%
  • Ruby 4.7%
  • Shell 1.3%