Add cloudflare

This commit is contained in:
2022-05-08 15:51:41 +02:00
parent 2d86502991
commit 1c2d58f090
7 changed files with 4149 additions and 192 deletions

View File

@@ -1,5 +1,11 @@
variable "hcloud_token" {
description = "Hetzner Cloud API Token"
type = string
sensitive = true
type = string
sensitive = true
}
variable "cloudflare_api_token" {
description = "Hetzner Cloud API Token"
type = string
sensitive = true
}