From 8c5ed7cbcc2a132ee2197aeceb3e5f9233b459c3 Mon Sep 17 00:00:00 2001 From: Troy Howard Date: Tue, 15 Oct 2024 15:12:50 -0500 Subject: [PATCH] Fix typo in website name in docs. --- website/docs/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 3384216a0..14872d105 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -64,7 +64,7 @@ The `use_app_oauth_scoped_token` block contains the following arguments: * `pd_client_id` - (Required) An identifier issued when the Scoped OAuth client was added to a PagerDuty App. It can also be sourced from the `PAGERDUTY_CLIENT_ID` environment variable. * `pd_client_secret` - (Required) A secret issued when the Scoped OAuth client was added to a PagerDuty App. It can also be sourced from the `PAGERDUTY_CLIENT_SECRET` environment variable. -* `pd_subdomain` - (Required) Your PagerDuty account subdomain; i.e: If the *URL* shown by the Browser when you are in your PagerDuty account is some like: https://acme.pagerudty.com, then your PagerDuty subdomain is `acme`. It can also be sourced from the `PAGERDUTY_SUBDOMAIN` environment variable. +* `pd_subdomain` - (Required) Your PagerDuty account subdomain; i.e: If the *URL* shown by the Browser when you are in your PagerDuty account is some like: https://acme.pagerduty.com, then your PagerDuty subdomain is `acme`. It can also be sourced from the `PAGERDUTY_SUBDOMAIN` environment variable. ## Example using App Oauth scoped token