Files
IaC-DNS-powerdns/README.md

17 lines
186 B
Markdown
Raw Normal View History

2026-01-16 16:13:50 +04:00
## Setting ci/cd secrets
```bash
TF_VAR_POWERDNS_API_URL
TF_VAR_POWERDNS_API_TOKEN
```
###
```terraform
zone = ""
name = ""
type = ""
ttl = ""
record = []
```