aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jinwei.me/infra/variables.tf')
-rw-r--r--jinwei.me/infra/variables.tf6
1 files changed, 6 insertions, 0 deletions
diff --git a/jinwei.me/infra/variables.tf b/jinwei.me/infra/variables.tf
index f364ef4..11cf2cf 100644
--- a/jinwei.me/infra/variables.tf
+++ b/jinwei.me/infra/variables.tf
@@ -100,3 +100,9 @@ variable "dockerhub_token" {
100 type = string 100 type = string
101 sensitive = true 101 sensitive = true
102} 102}
103
104variable "datadog_api_key" {
105 description = "Datadog.com API Key"
106 type = string
107 sensitive = true
108}
Powered by cgit v1.2.3 (git 2.41.0)