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 2ae72ed..192424c 100644
--- a/jinwei.me/infra/variables.tf
+++ b/jinwei.me/infra/variables.tf
@@ -64,3 +64,9 @@ variable "s3_cloudfront_name" {
64 type = string 64 type = string
65 default = "static.jinwei.me" 65 default = "static.jinwei.me"
66} 66}
67
68variable "cloudflare_account_id" {
69 description = "The Cloudflare UUID for the Account the Zone lives in."
70 type = string
71 sensitive = true
72}
Powered by cgit v1.2.3 (git 2.41.0)