A custom provider for Terraform to manage objects in a ServiceNow instance for developping system applications outside of an instance. This is especially useful when you want to create an Application with proper source control and continuous development integration.
- Clone repository to:
%GOPATH%/src/github.com/terraform-providers/terraform-provider-servicenow
- Build the executable using
go build -o terraform-provider-servicenow.exe
- Copy the file to
%APPDATA%\terraform.d\plugins
- Clone repository to:
$GOPATH/src/github.com/terraform-providers/terraform-provider-servicenow
- Build the executable using
go build -o terraform-provider-servicenow
- Copy the file to
~.terraform.d/plugins
You can also download the latest release binaries and place them in your working directory, since Terraform will look for providers in the working directory also.
Check out the Wiki !