Skip to content

dguerinCoveo/terraform-provider-servicenow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

Terraform provider to manage ServiceNow objects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%