First commit; Cloudflare configs for now.

This commit is contained in:
2025-05-03 14:01:59 -04:00
commit 8c77463875
12 changed files with 2035 additions and 0 deletions
+24
View File
@@ -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
}