All Projects → coveooss → terraform-provider-servicenow

coveooss / terraform-provider-servicenow

Licence: MIT license
Terraform provider to manage ServiceNow objects.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to terraform-provider-servicenow

ServiceNow-GraphQL-Example
Simple example how to use GraphQL in the latest ServiceNow Release: Paris
Stars: ✭ 18 (-28%)
Mutual labels:  servicenow, servicenow-development
UXsyncNow
UXstorm's ServiceNow file synchronizer / development tool
Stars: ✭ 23 (-8%)
Mutual labels:  servicenow, servicenow-development
terraform-provider-argocd
Terraform provider for ArgoCD
Stars: ✭ 245 (+880%)
Mutual labels:  terraform-provider
terraform-provider-graylog
Terraform Provider for Graylog
Stars: ✭ 21 (-16%)
Mutual labels:  terraform-provider
Glider.js
A lodash style library for ServiceNow GlideRecord
Stars: ✭ 19 (-24%)
Mutual labels:  servicenow
terraform-provider-azurerm
Terraform provider for Azure Resource Manager
Stars: ✭ 3,829 (+15216%)
Mutual labels:  terraform-provider
terraform-provider-mcbroken
Base the count of your infrastucture resources on the current number of broken mcdonald's ice cream machines nationally or by a city of your choosing. Powered by https://mcbroken.com/
Stars: ✭ 29 (+16%)
Mutual labels:  terraform-provider
terraform-provider-circleci
Terraform provider for CircleCI
Stars: ✭ 94 (+276%)
Mutual labels:  terraform-provider
terraform-provider-k8s
Kubernetes Terraform provider with support for raw manifests
Stars: ✭ 99 (+296%)
Mutual labels:  terraform-provider
terraform-provider-upcloud
Terraform provider for UpCloud
Stars: ✭ 52 (+108%)
Mutual labels:  terraform-provider
terraform-provider-civo
Terraform Civo provider
Stars: ✭ 54 (+116%)
Mutual labels:  terraform-provider
terraform-provider-redfish
Terraform provider for Redfish REST APIs
Stars: ✭ 54 (+116%)
Mutual labels:  terraform-provider
terraform-provider-env0
Terraform Provider for env0
Stars: ✭ 28 (+12%)
Mutual labels:  terraform-provider
terraform-provider-cisco-aci
Terraform provider for automating Cisco ACI enabled networks
Stars: ✭ 14 (-44%)
Mutual labels:  terraform-provider
terraform-provider-cloudhealth
Terraform provider for Cloudhealth
Stars: ✭ 14 (-44%)
Mutual labels:  terraform-provider
servicenow-powershell
PowerShell module to automate ServiceNow service and asset management. This module can be used standalone, with Azure Automation, or Docker.
Stars: ✭ 310 (+1140%)
Mutual labels:  servicenow
terraform-provider-fusionauth
registry.terraform.io/providers/gpsinsight/fusionauth/latest
Stars: ✭ 23 (-8%)
Mutual labels:  terraform-provider
terraform-provider-sysdig
Sysdig Terraform provider. Allow to handle Sysdig Secure policies as code.
Stars: ✭ 41 (+64%)
Mutual labels:  terraform-provider
terraform-provider-jenkins
A Terraform plugin to enable JenkinsCI manipulation from Terraform.
Stars: ✭ 47 (+88%)
Mutual labels:  terraform-provider
terraform-provider-concourse
A terraform provider for Concourse
Stars: ✭ 49 (+96%)
Mutual labels:  terraform-provider

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 !

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].