This commit is contained in:
14
variables.tf
14
variables.tf
@@ -1,19 +1,23 @@
|
||||
variable "cloudflare_email" {
|
||||
description = "The email associated with the account. This can also be specified with the CLOUDFLARE_EMAIL shell environment variable."
|
||||
default = "default"
|
||||
type = string
|
||||
default = "thedjinhn@gmail.com"
|
||||
}
|
||||
|
||||
variable "cloudflare_token" {
|
||||
variable "cloudflare_api_token" {
|
||||
description = "The Cloudflare API token. This can also be specified with the CLOUDFLARE_TOKEN shell environment variable."
|
||||
default = "default"
|
||||
type = string
|
||||
default = "EMVLdieKXA6X-ifx0tW0ELNQGde5XrJ3D8T-qcEY"
|
||||
}
|
||||
|
||||
variable "cloudflare_zone" {
|
||||
description = "The DNS zone to add the record to."
|
||||
default = "default"
|
||||
type = string
|
||||
default = "tips-of-mine.com"
|
||||
}
|
||||
|
||||
variable "main_server" {
|
||||
description = "The main web server"
|
||||
default = "127.0.0.1"
|
||||
type = string
|
||||
default = "82.66.77.254"
|
||||
}
|
||||
|
Reference in New Issue
Block a user