Adding Cloudflare resources.

This commit is contained in:
2025-07-31 09:23:51 -04:00
parent 9f91fbb827
commit befae1d2e1
17 changed files with 2754 additions and 179 deletions
+8 -8
View File
@@ -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
# }