Module config

This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-pagerduty repo; however, if that doesn’t turn up anything, please consult the source terraform-providers/terraform-provider-pagerduty repo.

APIs

APIs

let skipCredentialsValidation

let skipCredentialsValidation: boolean | undefined =  <any>__config.getObject<boolean>("skipCredentialsValidation") || false;

let token

let token: string | undefined =  __config.get("token") || utilities.getEnv("PAGERDUTY_TOKEN");