Files
terraform-cloudflare-dns-zo…/backend.tf
hcornet b7a28b4d0a
Some checks failed
terraform validation / Terraform (push) Failing after 7s
encore
2025-01-13 20:47:01 +01:00

13 lines
243 B
HCL

terraform {
# required_version = "~> 3.0"
backend "remote" {
hostname = "tips-of-mine.com"
organization = "example"
token = "EMVLdieKXA6X-ifx0tW0ELNQGde5XrJ3D8T-qcEY"
workspaces {
name = "prod"
}
}
}