infra/terraform/main.tf

17 lines
286 B
Terraform
Raw Normal View History

2020-01-12 19:32:14 +01:00
terraform {
backend "remote" {
organization = "nix-community"
workspaces { name = "nix-community" }
}
2021-08-18 13:05:59 +02:00
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
}
}
2020-01-12 19:32:14 +01:00
}
provider "cloudflare" {
account_id = "e4a2db52c495db230973c839a0699ae1"
}