aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-11 19:57:27 -0800
committerGitHub <[email protected]>2023-01-11 19:57:27 -0800
commitd0954f71aebc56619f39b73e3db21795bea47c56 (patch)
tree40702950cbd22c8071fb6ea1424731a664fda54b /jinwei.me/infra/variables.tf
parent460aa7d6e1679c30c9600dcad89e3cffb8d4c92e (diff)
parent1863462e23f8d7099bb26c3a11d5ed9a2cce54cd (diff)
downloadjinwei.me-d0954f71aebc56619f39b73e3db21795bea47c56.tar.gz
Merge pull request #5 from clarkzjw/datadog
infra: add datadog
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)