Terraform provider for https://sumologic.com
In this section you will learn how to build and run terraform-provider-sumologic locally. Please follow the steps below:
- 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.
 
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
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"
}See the documentation.