aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jinwei.me/infra/variables.tf')
-rw-r--r--jinwei.me/infra/variables.tf5
1 files changed, 0 insertions, 5 deletions
diff --git a/jinwei.me/infra/variables.tf b/jinwei.me/infra/variables.tf
index a3cf8bb..87283cc 100644
--- a/jinwei.me/infra/variables.tf
+++ b/jinwei.me/infra/variables.tf
@@ -55,11 +55,6 @@ variable "site_domain" {
55 default = "jinwei.me" 55 default = "jinwei.me"
56} 56}
57 57
58variable "feed_domain" {
59 type = string
60 default = "feed.jinwei.me"
61}
62
63variable "s3_cdn_name" { 58variable "s3_cdn_name" {
64 type = string 59 type = string
65 default = "static" 60 default = "static"
Powered by cgit v1.2.3 (git 2.41.0)