{"id":14957790,"url":"https://github.com/therefore-ca/terraform-aws-r53","last_synced_at":"2026-02-06T15:07:18.709Z","repository":{"id":95474231,"uuid":"110751968","full_name":"therefore-ca/terraform-aws-r53","owner":"therefore-ca","description":"Hashicorp Terraform that creates AWS Route53 entries","archived":false,"fork":false,"pushed_at":"2017-12-03T04:21:45.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-07T21:34:51.632Z","etag":null,"topics":["devops","devops-tools","hashicorp","hashicorp-terraform","terraform","terraform-configuration"],"latest_commit_sha":null,"homepage":null,"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/therefore-ca.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":"2017-11-14T22:24:34.000Z","updated_at":"2019-12-23T07:49:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"43f40f2f-9b1d-47ae-83d7-5e6442e1cf83","html_url":"https://github.com/therefore-ca/terraform-aws-r53","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"1cb15198d39cde8e9d92835604e1a1cb13a566a2"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/therefore-ca/terraform-aws-r53","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therefore-ca%2Fterraform-aws-r53","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therefore-ca%2Fterraform-aws-r53/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therefore-ca%2Fterraform-aws-r53/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therefore-ca%2Fterraform-aws-r53/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/therefore-ca","download_url":"https://codeload.github.com/therefore-ca/terraform-aws-r53/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therefore-ca%2Fterraform-aws-r53/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29165872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"last_error":"SSL_read: 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":["devops","devops-tools","hashicorp","hashicorp-terraform","terraform","terraform-configuration"],"created_at":"2024-09-24T13:15:35.186Z","updated_at":"2026-02-06T15:07:18.687Z","avatar_url":"https://github.com/therefore-ca.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS R53 (Route 53)\n\nA simple [Hashicorp Terraform](https://www.terraform.io/) plan to create a primary DNS zone into [AWS Route 53](https://aws.amazon.com/route53‎\n) and its records through variables from terraform.tfvars file.\n\n* * *\n\n# [*Requirements*](#requirements)\n\n* AWS account\n* Terraform =\u003e 0.10.8\n\n* * *\n\n# [*DNS record types*](#dns-record-types)\n\nSupported record types as follows:\n\n| Record type   | Supported |\n| ------------- | ---------- |\n| A             | YES        |\n| AAAA          | NO         |\n| CAA           | NO         |\n| CNAME         | YES        |\n| LOC           | NO         |\n| MX            | YES        |\n| NS            | NO         |\n| PTR           | NO         |\n| SOA           | NO         |\n| SRV           | NO         |\n| SPF           | NO         |\n| TXT           | YES        |\n\n* * *\n\n## [Quick Start](#quickstart)\n\nClone the repository\n\n```\ngit clone --depth 1 git@github.com:therefore-ca/terraform-aws-r53.git\n```\n\nChange folder\n```\ncd terraform-aws-r53\n```\n\nInitialize Terraform\n\n```\nterraform init\n```\n\nEdit *terraform.tfvars* file\n```\nvim terraform.tfvars\n```\n\nCheck the plan\n```\nterraform plan\n```\n\nCreate resources\n```\nterraform apply\n```\n\n* * *\n\n## [How-to](#how-to)\n\nIt is possible to perform any of the actions described below:\n\n### [*Plan*](#how-to-plan)\n\nPlan the creation of resources\n\n```\nterraform plan\n```\n\n### [*Create*](#how-to-create)\n\nCreate the resources\n\n```\nterraform apply\n```\n\n### [*Destroy*](#how-to-destroy)\n\nDestroy the resources\n\n```\nterraform destroy\n```\n\n* * *\n\n## [Feedback](#feedback)\n\n### [*Issues*](#issues)\n\nIf you have problems, bugs, issues with or questions about this, please open it in [Github issues page](https://github.com/therefore-ca/terraform-aws-r53/issues).\n\n__Needless to say__, please do a little research before posting.\n\n### [*Contributing*](#contributing)\n\nWe gladly invite you to contribute for fixes, new features, or updates, large or small; We are always thrilled to receive pull requests, and do our best to process them as fast as we can.\n\nBefore you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you a feedback on your design, and help you find out if someone else is working on the same thing.\n* * *\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherefore-ca%2Fterraform-aws-r53","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherefore-ca%2Fterraform-aws-r53","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherefore-ca%2Fterraform-aws-r53/lists"}