Skip to content

Commit

Permalink
readme PT1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Predoiu committed Sep 26, 2022
1 parent 4b95af6 commit 4e2585b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
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.

0 comments on commit 4e2585b

Please sign in to comment.