/terraform-provider-servicenow

Terraform provider to manage ServiceNow objects.

Primary LanguageGoMIT LicenseMIT

Terraform ServiceNow Provider

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.

Terraform LogoServiceNow Logo

Travis Report Coverage Status Go Report Card Release Badge License Badge

Requirements

Installation

Windows

  1. Clone repository to: %GOPATH%/src/github.com/terraform-providers/terraform-provider-servicenow
  2. Build the executable using go build -o terraform-provider-servicenow.exe
  3. Copy the file to %APPDATA%\terraform.d\plugins

Linux

  1. Clone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-servicenow
  2. Build the executable using go build -o terraform-provider-servicenow
  3. Copy the file to ~.terraform.d/plugins

Other

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.

Supported Resources

Check out the Wiki !