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

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
## Setting ci/cd secrets
```bash
TF_VAR_POWERDNS_API_URL
TF_VAR_POWERDNS_API_TOKEN
```
###
```terraform
zone = ""
name = ""
type = ""
ttl = ""
record = []
```