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

4
domain.tf Normal file
View File

@@ -0,0 +1,4 @@
resource "cloudflare_zone" "domain_zone" {
account_id = var.cloudflare_account_id
zone = var.cf_domain
}