first sync
Some checks failed
terraform validation / Terraform (push) Failing after 13s

This commit is contained in:
2025-01-13 20:31:30 +01:00
parent 644d61291d
commit 5575ce52de
5 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
variable "cloudflare_api_key" {}
variable "cloudflare_account_id" {}
variable "cf_domain" {
default = "tips-of-mine.com"
type = string
}