-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b95af6
commit 4e2585b
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# terraform-provider-servicenow-data | ||
|
||
Terraform provider that can manage data in any SN table it can Read/Write | ||
## Limitations | ||
|
||
This provider only lets you manage individual rows in Tables, you cannot manage the tables themselves. | ||
|
||
## Set-up | ||
|
||
The provider requires you to create and configure the tables and Service-Now Beforehand. | ||
You will also need an account with API Access., | ||
|
||
The provider can also be configured using Environmental variables: | ||
|
||
``` | ||
SN_API_URL | ||
SN_API_USER | ||
SN_API_PASS | ||
``` | ||
|
||
See examples for how to use it. | ||
|