Adding Cloudflare resources.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
variable "cloudflare_zone_id" {
|
||||
description = "The Cloudflare UUID for the Zone to use."
|
||||
type = string
|
||||
}
|
||||
# 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."
|
||||
@@ -18,7 +18,7 @@ variable "cloudflare_token" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "zone" {
|
||||
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