Files
IaC-DNS-powerdns/README.md
2026-01-16 16:13:50 +04:00

17 lines
186 B
Markdown

## Setting ci/cd secrets
```bash
TF_VAR_POWERDNS_API_URL
TF_VAR_POWERDNS_API_TOKEN
```
###
```terraform
zone = ""
name = ""
type = ""
ttl = ""
record = []
```