Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Predoiu authored Sep 29, 2022
1 parent 1011669 commit e5332ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ terraform {
required_version = ">= 0.13"
}
provider "servicenow-data" {
sn_api_url = "https://bestsellerdev.service-now.com/"
sn_api_user = "int_tes"
sn_api_pass = "HVOGOqeYfHZxqqdM^oTlvmF=FGD%CZryJG<$W#7p"
sn_api_url = "..."
sn_api_user = "..."
sn_api_pass = "..."
}
```

Expand Down

0 comments on commit e5332ef

Please sign in to comment.