Skip to content

Commit

Permalink
๐Ÿ”€ :: variable default ๊ฐ’ ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls authored Nov 29, 2023
1 parent ef414bf commit 4d787ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
@@ -1,39 +1,48 @@
variable "rds_master_password" {
type = string
default = ""
}

variable "cloudflare_api_token" {
type = string
default = ""
}

variable "xquare_cloudflare_zone_id" {
type = string
default = ""
}

variable "pick_cloudflare_zone_id" {
type = string
default = ""
}

variable "repo_cloudflare_zone_id" {
type = string
default = ""
}

variable "xquare_server_domain" {
type = string
default = ""
}

variable "xquare_design_domain" {
type = string
default = ""
}

variable "xquare_mysql_domain" {
type = string
default = ""
}

variable "xquare_redis_domain" {
type = string
default = ""
}

variable "repo_on_premise_ip" {
type = string
}
}

0 comments on commit 4d787ae

Please sign in to comment.