Add cloudlfare dns management

This commit is contained in:
2024-03-10 11:55:06 +01:00
parent b82d213532
commit 65ab50b23e
6 changed files with 63 additions and 10 deletions

View File

@@ -4,5 +4,9 @@ terraform {
source = "hashicorp/helm"
version = ">= 2.12.1"
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.0"
}
}
}