Skip to content

Commit

Permalink
What 2
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Aug 21, 2024
1 parent 7340f44 commit 9ddcd1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/mesh_cluster/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ variable "k3s_token" {
description = "token for the k3s cluster"
sensitive = true
}

variable "DATADOG_API_KEY" {
type = string
description = "datadog API key"
sensitive = true
}

0 comments on commit 9ddcd1f

Please sign in to comment.