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

23
terraform.tfvars Normal file
View File

@@ -0,0 +1,23 @@
zone-records = [
{
zone = "cloud.hlc.lab."
name = "test-test.cloud.hlc.lab."
type = "A"
ttl = "300"
record = ["192.168.19.1", "192.168.19.2"]
},
{
zone = "cloud.hlc.lab."
name = "test2.cloud.hlc.lab."
type = "A"
ttl = "300"
record = ["192.168.19.1"]
},
{
zone = "cloud.hlc.lab."
name = "test3.cloud.hlc.lab."
type = "A"
ttl = "300"
record = ["192.168.19.3"]
}
]