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-pagerdutyrepo; however, if that doesn’t turn up anything, please consult the sourceterraform-providers/terraform-provider-pagerdutyrepo.
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");