aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-11 00:45:11 -0800
committerclarkzjw <[email protected]>2022-12-11 00:45:11 -0800
commita3a3a00d05851b21bbc540722a5c1a0e25c16723 (patch)
tree44f8589806ec76384bb81de78f1f72453da4e3a4 /jinwei.me/infra/variables.tf
parenta958bdeb69ebbcb440dcf1c1230f62c76c744f8c (diff)
downloadjinwei.me-a3a3a00d05851b21bbc540722a5c1a0e25c16723.tar.gz
infra: add cloudflare argo tunnel
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)