{"id":20656352,"url":"https://github.com/flaconi/terraform-aws-route53-alias","last_synced_at":"2026-04-21T14:34:52.391Z","repository":{"id":38237644,"uuid":"225361604","full_name":"Flaconi/terraform-aws-route53-alias","owner":"Flaconi","description":"Simple Route53 Alias Record","archived":false,"fork":false,"pushed_at":"2023-02-14T14:26:10.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-01-17T11:23:34.605Z","etag":null,"topics":["aws","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flaconi.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-02T11:41:53.000Z","updated_at":"2024-09-11T10:57:42.000Z","dependencies_parsed_at":"2025-01-17T11:33:34.031Z","dependency_job_id":null,"html_url":"https://github.com/Flaconi/terraform-aws-route53-alias","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-route53-alias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-route53-alias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-route53-alias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-route53-alias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flaconi","download_url":"https://codeload.github.com/Flaconi/terraform-aws-route53-alias/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242762737,"owners_count":20181267,"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","terraform","terraform-module"],"created_at":"2024-11-16T18:14:53.192Z","updated_at":"2026-04-21T14:34:52.346Z","avatar_url":"https://github.com/Flaconi.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS Route53 Alias\n\nThis module will create Route53 Alias record\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= 0.12.26 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 3 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 3 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_route53_record.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |\n| [aws_route53_zone.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_aliases\"\u003e\u003c/a\u003e [aliases](#input\\_aliases) | List of aliases | `list(string)` | n/a | yes |\n| \u003ca name=\"input_target_dns_name\"\u003e\u003c/a\u003e [target\\_dns\\_name](#input\\_target\\_dns\\_name) | DNS name of target resource (e.g. ALB, ELB) | `string` | n/a | yes |\n| \u003ca name=\"input_target_zone_id\"\u003e\u003c/a\u003e [target\\_zone\\_id](#input\\_target\\_zone\\_id) | ID of target resource (e.g. ALB, ELB) | `string` | n/a | yes |\n| \u003ca name=\"input_enabled\"\u003e\u003c/a\u003e [enabled](#input\\_enabled) | Set to false to prevent the module from creating any resources | `bool` | `true` | no |\n| \u003ca name=\"input_evaluate_target_health\"\u003e\u003c/a\u003e [evaluate\\_target\\_health](#input\\_evaluate\\_target\\_health) | Set to true if you want Route 53 to determine whether to respond to DNS queries | `bool` | `false` | no |\n| \u003ca name=\"input_parent_zone_id\"\u003e\u003c/a\u003e [parent\\_zone\\_id](#input\\_parent\\_zone\\_id) | ID of the hosted zone to contain this record  (or specify `parent_zone_name`) | `string` | `\"\"` | no |\n| \u003ca name=\"input_parent_zone_name\"\u003e\u003c/a\u003e [parent\\_zone\\_name](#input\\_parent\\_zone\\_name) | Name of the hosted zone to contain this record (or specify `parent_zone_id`) | `string` | `\"\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_hostnames\"\u003e\u003c/a\u003e [hostnames](#output\\_hostnames) | List of DNS records |\n| \u003ca name=\"output_parent_zone_id\"\u003e\u003c/a\u003e [parent\\_zone\\_id](#output\\_parent\\_zone\\_id) | ID of the hosted zone to contain the records |\n| \u003ca name=\"output_parent_zone_name\"\u003e\u003c/a\u003e [parent\\_zone\\_name](#output\\_parent\\_zone\\_name) | Name of the hosted zone to contain the records |\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-aws-route53-alias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaconi%2Fterraform-aws-route53-alias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-aws-route53-alias/lists"}