mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-20 13:01:28 -04:00
provider/pagerduty: Validate credentials (#12854)
* Validate credentials * Add ability to skip validation * Update provider documentation * invalidCredentials -> invalidCreds * Include original error message * Update description for skip_credentials_validation * Add config test * set skip_credentials_validation default to false
This commit is contained in:
@@ -39,3 +39,4 @@ resource "pagerduty_user" "earline" {
|
||||
The following arguments are supported:
|
||||
|
||||
* `token` - (Required) The v2 authorization token. See [API Documentation](https://v2.developer.pagerduty.com/docs/authentication) for more information.
|
||||
* `skip_credentials_validation` - (Optional) Skip validation of the token against the PagerDuty API.
|
||||
|
||||
Reference in New Issue
Block a user