{"id":40696376,"url":"https://github.com/udienz/terraform-module-named","last_synced_at":"2026-01-21T11:36:37.293Z","repository":{"id":273633056,"uuid":"920352688","full_name":"udienz/terraform-module-named","owner":"udienz","description":"Terraform module for named/bind9","archived":false,"fork":false,"pushed_at":"2025-02-05T09:17:07.000Z","size":26,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T09:30:49.252Z","etag":null,"topics":["bind","bind9","dns","dns-server","iac-terraform","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/udienz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-22T02:03:50.000Z","updated_at":"2025-02-05T09:17:10.000Z","dependencies_parsed_at":"2025-01-22T03:38:37.949Z","dependency_job_id":null,"html_url":"https://github.com/udienz/terraform-module-named","commit_stats":null,"previous_names":["udienz/terraform-module-named"],"tags_count":0,"template":false,"template_full_name":"udienz/gh-tf-action","purl":"pkg:github/udienz/terraform-module-named","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udienz%2Fterraform-module-named","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udienz%2Fterraform-module-named/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udienz%2Fterraform-module-named/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udienz%2Fterraform-module-named/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udienz","download_url":"https://codeload.github.com/udienz/terraform-module-named/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udienz%2Fterraform-module-named/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bind","bind9","dns","dns-server","iac-terraform","terraform"],"created_at":"2026-01-21T11:36:36.633Z","updated_at":"2026-01-21T11:36:37.285Z","avatar_url":"https://github.com/udienz.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform module named/bind\n\nThis module are designed to be used to manage dns record while using bind/named\n\n## Install\nTo make this module work, please make sure:\n1. You have rndc key and configured in named.conf. Please edit with your setup.\n   ```/etc/rndc.key\n   key \"rndc-key\" {\n     algorithm hmac-sha256;\n     secret \"Y1PkZgy10ett0pmb0+KAueE1MyI9aPBZzrc76flKEmw=\";\n   };\n   options {\n     default-key \"rndc-key\";\n     default-server 127.0.0.1;\n     default-port 953;\n   };\n\n   ```\n1. Configure domain as primary and allow the key.\n   ```\n    key \"rndc-key\" {\n       algorithm hmac-sha256;\n       secret \"Y1PkZgy10ett0pmb0+KAueE1MyI9aPBZzrc76flKEmw=\";\n    };\n    #\n    controls {\n          inet 127.0.0.1 port 953\n                   allow { 127.0.0.1; } keys { \"rndc-key\"; };\n    };\n    .... //some domains\n    zone \"example.com.\" IN {\n        type master;\n        file \"/var/cache/bind/example.com.db\";\n        zone-statistics yes;\n        allow-update { key rndc-key; };\n    };\n   ```\n1. Save and restart the named daemon\n1. Crete base directory and create terraform file to load the module. See [example/example.tf](example/example.tf)\n1. Create a files that contain variables to support the terraform file. See [example/input.auto.tfvars.json](example/input.auto.tfvars.json) and subtitute source with `source = \"github.com/udienz/terraform-module-named\"`\n1. See below for the directory contents\n   ```\n   $ ls -1\n   example.tf\n   input.auto.tfvars.json\n   ```\n1. Run terraform plan, review and apply\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudienz%2Fterraform-module-named","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudienz%2Fterraform-module-named","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudienz%2Fterraform-module-named/lists"}