{"id":19508883,"url":"https://github.com/rhythmictech/terraform-aws-route53-resolver-rule","last_synced_at":"2025-04-26T03:31:47.876Z","repository":{"id":44916166,"uuid":"192140536","full_name":"rhythmictech/terraform-aws-route53-resolver-rule","owner":"rhythmictech","description":"Create and manage a Route 53 Resolver Resolver Rule.","archived":false,"fork":false,"pushed_at":"2022-01-18T19:48:07.000Z","size":18,"stargazers_count":4,"open_issues_count":2,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T07:11:22.478Z","etag":null,"topics":["aws","route53","terraform","terraform-module","terraform-modules"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/rhythmictech/route53-resolver-rule/aws","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/rhythmictech.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}},"created_at":"2019-06-16T02:03:41.000Z","updated_at":"2022-03-17T17:51:04.000Z","dependencies_parsed_at":"2022-08-31T16:01:35.447Z","dependency_job_id":null,"html_url":"https://github.com/rhythmictech/terraform-aws-route53-resolver-rule","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-route53-resolver-rule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-route53-resolver-rule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-route53-resolver-rule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-route53-resolver-rule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhythmictech","download_url":"https://codeload.github.com/rhythmictech/terraform-aws-route53-resolver-rule/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250926818,"owners_count":21509043,"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","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":["aws","route53","terraform","terraform-module","terraform-modules"],"created_at":"2024-11-10T23:10:15.071Z","updated_at":"2025-04-26T03:31:47.636Z","avatar_url":"https://github.com/rhythmictech.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-route53-resolver-rule\n[![](https://github.com/rhythmictech/terraform-aws-route53-resolver-rule/workflows/check/badge.svg)](https://github.com/rhythmictech/terraform-aws-route53-resolver-rule/actions)\n\nCreate and manage a [Route 53 Resolver Resolver Rule](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-rules-managing.html).\n\n## Usage\n\n```\n# Create a rule and assign it to a given VPC\nmodule \"route53-rule-ad-corp\" {\n  source            = \"git::https://github.com/rhythmictech/terraform-aws-route53-resolver-rule?ref=v0.0.2\"\n  associated_vpcs   = [\"vpc-1234567\"]\n  forward_domain    = \"ad.mycompany.com.\"\n  forward_ips       = [\"192.168.100.10\", \"192.168.100.11\"]\n  resolver_endpoint = module.route53-outbound.endpoint_id\n}\n\n# Create a rule without VPC assignment(and share it via RAM)\nmodule \"route53-rule-ad-corp\" {\n  source            = \"git::https://github.com/rhythmictech/terraform-aws-route53-resolver-rule?ref=v0.0.2\"\n  forward_domain    = \"ad.mycompany.com.\"\n  forward_ips       = [\"192.168.100.10\", \"192.168.100.11\"]\n  resolver_endpoint = module.route53-outbound.endpoint_id\n}\n\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| associated\\_vpcs | List of VPC IDs to associate rule to | `list(string)` | null | no |\n| dns\\_port | DNS port to forward DNS requests to | `number` | `53` | no |\n| forward\\_domain | Domain name to forward requests for | `string` | n/a | yes |\n| forward\\_ips | List of IPs to forward DNS requests to | `list(string)` | n/a | yes |\n| resolver\\_endpoint | Resolver Endpoint ID | `string` | n/a | yes |\n| resource\\_share\\_accounts | List of account IDs to share this resolver rule with | `list(string)` | `[]` | no |\n| tags | Map of tags to apply to supported resources | `map(string)` | `{}` | no |\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## Related Projects\n* [Route 53 Resolver Endpoint module](https://github.com/rhythmictech/terraform-aws-route53-endpoint)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-aws-route53-resolver-rule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhythmictech%2Fterraform-aws-route53-resolver-rule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-aws-route53-resolver-rule/lists"}