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

6
outputs.tf Normal file
View file

@ -0,0 +1,6 @@
output "zones" {
value = data.cloudflare_zone.zone
}
output "records" {
value = cloudflare_record.myrecord
}