{"id":21901365,"url":"https://github.com/zoro16/terraform-hcloud-rdns","last_synced_at":"2025-09-15T03:11:30.713Z","repository":{"id":196502505,"uuid":"695625313","full_name":"zoro16/terraform-hcloud-rdns","owner":"zoro16","description":"Terraform module to provision RDNS resources in Hetzner Cloud.","archived":false,"fork":false,"pushed_at":"2023-09-25T12:12:12.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T06:17:13.853Z","etag":null,"topics":["hetzner","hetzner-cloud","hetzner-rdns","terraform-hcloud-rdns","terraform-module"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/zoro16/rdns/hcloud/latest","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoro16.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-09-23T18:29:35.000Z","updated_at":"2023-09-27T15:21:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"822502b8-6fa0-42fd-b1da-cdc52670b8d7","html_url":"https://github.com/zoro16/terraform-hcloud-rdns","commit_stats":null,"previous_names":["zoro16/terraform-hcloud-rdns"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zoro16/terraform-hcloud-rdns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoro16%2Fterraform-hcloud-rdns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoro16%2Fterraform-hcloud-rdns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoro16%2Fterraform-hcloud-rdns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoro16%2Fterraform-hcloud-rdns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoro16","download_url":"https://codeload.github.com/zoro16/terraform-hcloud-rdns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoro16%2Fterraform-hcloud-rdns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275198314,"owners_count":25422287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hetzner","hetzner-cloud","hetzner-rdns","terraform-hcloud-rdns","terraform-module"],"created_at":"2024-11-28T15:13:17.714Z","updated_at":"2025-09-15T03:11:30.661Z","avatar_url":"https://github.com/zoro16.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\n\nTerraform module to provision `RDNS` resources in Hetzner Cloud.\n\n\n\n## Usage\n\n```hcl\nprovider \"hcloud\" {\n  token = var.hcloud_token\n}\n\n\nmodule \"sv\" {\n  source  = \"zoro16/server/hcloud\"\n  version = \"1.0.0\"\n\n  create_server = true\n  server_name   = \"rdns-server\"\n}\n\nmodule \"rdns\" {\n  source = \"../../\"\n\n  create_rdns     = true\n  rdns_server_id  = module.sv.server_id\n  rdns_ip_address = module.sv.server_ipv4_address\n  rdns_dns_ptr    = \"example.com\"\n}\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.2.0 |\n| \u003ca name=\"requirement_hcloud\"\u003e\u003c/a\u003e [hcloud](#requirement\\_hcloud) | \u003e= 1.42.1 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_hcloud\"\u003e\u003c/a\u003e [hcloud](#provider\\_hcloud) | \u003e= 1.42.1 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [hcloud_rdns.rdns](https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/rdns) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_create_rdns\"\u003e\u003c/a\u003e [create\\_rdns](#input\\_create\\_rdns) | A boolean to check whether to create a Reverse DNS or not. | `bool` | `false` | no |\n| \u003ca name=\"input_rdns_dns_ptr\"\u003e\u003c/a\u003e [rdns\\_dns\\_ptr](#input\\_rdns\\_dns\\_ptr) | The DNS address the ip\\_address should resolve to. | `string` | `null` | no |\n| \u003ca name=\"input_rdns_floating_ip_id\"\u003e\u003c/a\u003e [rdns\\_floating\\_ip\\_id](#input\\_rdns\\_floating\\_ip\\_id) | The Floating IP the ip\\_address belongs to. | `number` | `null` | no |\n| \u003ca name=\"input_rdns_ip_address\"\u003e\u003c/a\u003e [rdns\\_ip\\_address](#input\\_rdns\\_ip\\_address) | The IP address that should point to dns\\_ptr. | `string` | `null` | no |\n| \u003ca name=\"input_rdns_load_balancer_id\"\u003e\u003c/a\u003e [rdns\\_load\\_balancer\\_id](#input\\_rdns\\_load\\_balancer\\_id) | The Load Balancer the ip\\_address belongs to. | `number` | `null` | no |\n| \u003ca name=\"input_rdns_primary_ip_id\"\u003e\u003c/a\u003e [rdns\\_primary\\_ip\\_id](#input\\_rdns\\_primary\\_ip\\_id) | The Primary IP the ip\\_address belongs to. | `number` | `null` | no |\n| \u003ca name=\"input_rdns_server_id\"\u003e\u003c/a\u003e [rdns\\_server\\_id](#input\\_rdns\\_server\\_id) | (Required) The server the `ip_address` belongs to. - `server_id`. Specify only one of server\\_id, primary\\_ip\\_id, floating\\_ip\\_id and load\\_balancer\\_id. | `number` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_rdns_dns_ptr\"\u003e\u003c/a\u003e [rdns\\_dns\\_ptr](#output\\_rdns\\_dns\\_ptr) | DNS pointer for the IP address. |\n| \u003ca name=\"output_rdns_floating_ip_id\"\u003e\u003c/a\u003e [rdns\\_floating\\_ip\\_id](#output\\_rdns\\_floating\\_ip\\_id) | The Floating IP that the IP address belongs to. |\n| \u003ca name=\"output_rdns_id\"\u003e\u003c/a\u003e [rdns\\_id](#output\\_rdns\\_id) | Unique ID of the Reverse DNS Entry. |\n| \u003ca name=\"output_rdns_ip_address\"\u003e\u003c/a\u003e [rdns\\_ip\\_address](#output\\_rdns\\_ip\\_address) | IP address. |\n| \u003ca name=\"output_rdns_load_balancer_id\"\u003e\u003c/a\u003e [rdns\\_load\\_balancer\\_id](#output\\_rdns\\_load\\_balancer\\_id) | The Load Balancer that the IP address belongs to. |\n| \u003ca name=\"output_rdns_primary_ip_id\"\u003e\u003c/a\u003e [rdns\\_primary\\_ip\\_id](#output\\_rdns\\_primary\\_ip\\_id) | The Primary IP that the IP address belongs to. |\n| \u003ca name=\"output_rdns_server_id\"\u003e\u003c/a\u003e [rdns\\_server\\_id](#output\\_rdns\\_server\\_id) | The server that the IP address belongs to. |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoro16%2Fterraform-hcloud-rdns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoro16%2Fterraform-hcloud-rdns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoro16%2Fterraform-hcloud-rdns/lists"}