mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-21 16:00:13 -04:00
6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
connection "new_servicenow" {
|
|
plugin = "servicenow"
|
|
instance_url = "https://fakeinstance11.service-now.com"
|
|
username = "fakeuser11"
|
|
password = "fakepassword11"
|
|
} |