Add cloudflare

This commit is contained in:
2024-09-20 16:52:20 +02:00
parent 5a72d0c32e
commit 8584c4bf58
2 changed files with 30 additions and 1 deletions

View File

@@ -3,3 +3,9 @@ variable "hcloud_token" {
type = string
sensitive = true
}
variable "cloudflare_api_token" {
description = "Cloudflare API Token"
type = string
sensitive = true
}