First commit; Cloudflare configs for now.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
variable "cloudflare_zone_id" {
|
||||
description = "The Cloudflare UUID for the Zone to use."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_account_id" {
|
||||
description = "The Cloudflare UUID for the Account the Zone lives in."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_email" {
|
||||
description = "The Cloudflare user."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_token" {
|
||||
description = "The Cloudflare user's API token."
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "zone" {
|
||||
description = "The Cloudflare user's API token."
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user