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, 5 insertions, 1 deletions
diff --git a/jinwei.me/infra/variables.tf b/jinwei.me/infra/variables.tf
index 9145176..2ae72ed 100644
--- a/jinwei.me/infra/variables.tf
+++ b/jinwei.me/infra/variables.tf
@@ -12,7 +12,6 @@ variable "region" {
12 description = "AWS region" 12 description = "AWS region"
13} 13}
14 14
15
16# RDS 15# RDS
17variable "rds_initial_db_name" { 16variable "rds_initial_db_name" {
18 default = "wordpress" 17 default = "wordpress"
@@ -60,3 +59,8 @@ variable "s3_cdn_name" {
60 type = string 59 type = string
61 default = "static" 60 default = "static"
62} 61}
62
63variable "s3_cloudfront_name" {
64 type = string
65 default = "static.jinwei.me"
66}
Powered by cgit v1.2.3 (git 2.41.0)