Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datadog-integration/modules/integration/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "datadog_api_key" {

variable "datadog_app_key" {
type = string
description = "The APP key for establishing integration with Datadog"
description = "A Datadog Application Key or Personal Access Token (PAT) used to register and manage this integration. PATs are the recommended option."
sensitive = true
}

Expand Down
4 changes: 2 additions & 2 deletions datadog-integration/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ variables:
confirmation: true

datadog_app_key:
title: Datadog Application Key
title: Datadog Application Key or PAT
type: string
description: |
The Application key for creating and updating an integration with Datadog. See <a href="https://docs.datadoghq.com/account_management/api-app-keys/" target="_blank">Datadog Application Key</a> for more information.
A Datadog Application Key or Personal Access Token (PAT) used to register and manage this integration. PATs are the recommended option. See <a href="https://docs.datadoghq.com/account_management/api-app-keys/" target="_blank">Datadog Application Keys and PATs</a> for more information.
required: true
sensitive: true
password: true
Expand Down
2 changes: 1 addition & 1 deletion datadog-integration/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "datadog_api_key" {

variable "datadog_app_key" {
type = string
description = "The APP key for establishing integration with Datadog"
description = "A Datadog Application Key or Personal Access Token (PAT) used to register and manage this integration. PATs are the recommended option."
sensitive = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "datadog_api_key" {

variable "datadog_app_key" {
type = string
description = "The APP key for establishing integration with Datadog"
description = "A Datadog Application Key or Personal Access Token (PAT) used to register and manage this integration. PATs are the recommended option."
sensitive = true
}

Expand Down
2 changes: 1 addition & 1 deletion datadog-terraform-onboarding/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "datadog_api_key" {

variable "datadog_app_key" {
type = string
description = "The APP key for establishing integration with Datadog"
description = "A Datadog Application Key or Personal Access Token (PAT) used to register and manage this integration. PATs are the recommended option."
sensitive = true
}

Expand Down