update zones.yaml removed outputs

This commit is contained in:
Jan-Ole Hübner 2023-12-25 19:22:30 +01:00
parent 19bf2752ce
commit 1ec1d0f3c5
2 changed files with 55 additions and 59 deletions

View file

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