aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-12-11 02:15:39 -0800
committerclarkzjw <[email protected]>2022-12-11 02:15:39 -0800
commitfaffe52c36dcc02eb9b5fa2671e2c0dabac246d2 (patch)
tree9345a376b9e74b8da7ce61a9b0d8d62f6504ccd7 /jinwei.me/infra/variables.tf
parent4ae902ee32a1c60255aaddd6bedbb32d5bad96ed (diff)
downloadjinwei.me-faffe52c36dcc02eb9b5fa2671e2c0dabac246d2.tar.gz
infra: fmt
Diffstat (limited to 'jinwei.me/infra/variables.tf')
-rw-r--r--jinwei.me/infra/variables.tf8
1 files changed, 4 insertions, 4 deletions
diff --git a/jinwei.me/infra/variables.tf b/jinwei.me/infra/variables.tf
index 192424c..87283cc 100644
--- a/jinwei.me/infra/variables.tf
+++ b/jinwei.me/infra/variables.tf
@@ -51,17 +51,17 @@ variable "ec2_instance_type" {
51} 51}
52 52
53variable "site_domain" { 53variable "site_domain" {
54 type = string 54 type = string
55 default = "jinwei.me" 55 default = "jinwei.me"
56} 56}
57 57
58variable "s3_cdn_name" { 58variable "s3_cdn_name" {
59 type = string 59 type = string
60 default = "static" 60 default = "static"
61} 61}
62 62
63variable "s3_cloudfront_name" { 63variable "s3_cloudfront_name" {
64 type = string 64 type = string
65 default = "static.jinwei.me" 65 default = "static.jinwei.me"
66} 66}
67 67
Powered by cgit v1.2.3 (git 2.41.0)