add check for domains with no records

This commit is contained in:
Jan-Ole Hübner 2023-08-11 22:22:20 +02:00
parent 9b28310b45
commit ade9270891
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@ terraform {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4"
}
}
}