added ability to supply additional data in the record name by using /

e.g. priority for MX records:
"@/50":server

removed .tfstate from repo
This commit is contained in:
Jan-Ole Hübner 2023-07-09 16:17:11 +02:00
commit d0494f5078
8 changed files with 144 additions and 0 deletions

8
versions.tf Normal file
View file

@ -0,0 +1,8 @@
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4"
}
}
}