first commit

This commit is contained in:
2026-01-16 16:13:50 +04:00
commit e55ce74c34
7 changed files with 85 additions and 0 deletions

9
versions.tf Normal file
View File

@@ -0,0 +1,9 @@
terraform {
required_providers {
powerdns = {
source = "mrkeikun/powerdns"
version = "0.1.2"
}
}
}