feat(module): initial implementation

This commit is contained in:
2023-04-26 01:02:08 +01:00
commit edbd57893b
9 changed files with 596 additions and 0 deletions

8
versions.tf Normal file
View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = ">= 3.0, < 5.0"
}
}
}