Skip to content

BESTSELLER/terraform-provider-servicenow-data

Folders and files

NameName
Last commit message
Last commit date
Jun 14, 2024
Mar 1, 2024
Sep 22, 2022
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Sep 21, 2022
Jun 8, 2024
Sep 26, 2022
Sep 26, 2022
May 12, 2023
Dec 12, 2024
Dec 12, 2024
Sep 27, 2022
Sep 15, 2022
Sep 26, 2022
Sep 27, 2022
Sep 26, 2022

Repository files navigation

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.