feat: initial commit
This commit is contained in:
commit
72a46c03a6
11 changed files with 104 additions and 0 deletions
8
versions.tf
Normal file
8
versions.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
cloudflare = {
|
||||
source = "cloudflare/cloudflare"
|
||||
version = ">=3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in a new issue