{"id":19056883,"url":"https://github.com/provectus/sak-external-dns","last_synced_at":"2025-04-24T05:19:26.525Z","repository":{"id":40687348,"uuid":"331585592","full_name":"provectus/sak-external-dns","owner":"provectus","description":"External-dns module for SAK project","archived":false,"fork":false,"pushed_at":"2023-05-18T10:17:22.000Z","size":24,"stargazers_count":0,"open_issues_count":2,"forks_count":4,"subscribers_count":82,"default_branch":"master","last_synced_at":"2025-03-30T07:12:21.696Z","etag":null,"topics":["aws","devops","open-source","route53","swiss-army-kube"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/provectus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-01-21T09:59:45.000Z","updated_at":"2021-11-18T12:50:11.000Z","dependencies_parsed_at":"2024-11-09T00:02:53.560Z","dependency_job_id":null,"html_url":"https://github.com/provectus/sak-external-dns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-external-dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-external-dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-external-dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/provectus%2Fsak-external-dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/provectus","download_url":"https://codeload.github.com/provectus/sak-external-dns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566983,"owners_count":21451348,"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","devops","open-source","route53","swiss-army-kube"],"created_at":"2024-11-08T23:52:15.273Z","updated_at":"2025-04-24T05:19:26.507Z","avatar_url":"https://github.com/provectus.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swiss Army Kube External DNS\n\nThis module was created to deploy external DNS within Swiss Army Kube cluster with ease and simplicity.\nCheck out main repo of Swiss Army Kube for more information about the project in general.\n\n**[Swiss Army Kube](https://github.com/provectus/swiss-army-kube)**\n|\n**[Contributing Guide](https://github.com/provectus/swiss-army-kube/blob/master/CONTRIBUTING.md)**\n\n## Example\n### Create public or private hostedzone\n\n``` hcl\nmodule external_dns {\n  source       = \"github.com/provectus/sak-external-dns\"\n  cluster_name = module.eks.cluster_id\n  argocd       = module.argocd.state\n  hostedzones  = [\"your.hosted.zones\"]\n  aws_private  = true\n}\n```\n- aws_private is a boolean variable accepting inputs: true or false. Meaning it will either create a private or public hostedzone\n\n### Create DNS using an existing hostedzone\n\n``` hcl\nmodule external_dns {\n  source       = \"github.com/provectus/sak-external-dns\"\n  cluster_name = module.eks.cluster_id\n  argocd       = module.argocd.state\n  hostedzones  = [\"your.hosted.zones\"]\n  mainzoneid   = \"your-existing-zone-id\"\n}\n```\n\n## Requirements\n\n```\nterraform \u003e= 1.1\n ```\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | \u003e= 3.0 |\n| helm | \u003e= 1.0 |\n| kubernetes | \u003e= 1.11 |\n| local | \u003e=2.1.0 |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:-----:|\n| argocd | A set of values for enabling deployment through ArgoCD | `map(string)` | `{}` | no |\n| aws\\_private | Set true or false to use private or public infrastructure | `bool` | `false` | no |\n| cluster\\_name | The name of the cluster the charts will be deployed to | `string` | n/a | yes |\n| conf | A set of parameters to pass to Nginx Ingress Controller chart | `map` | `{}` | no |\n| domains | A list of domains to use | `list` | `[]` | no |\n| mainzoneid | An ID of the root Route53 zone for creating sub-domains | `string` | `\"\"` | no |\n| hostedzones | A list of Route53 hosted zones domains to create, need to provide a list of FQDN strings | `string` | `[]` | yes |\n| module\\_depends\\_on | A list of explicit dependencies for the module | `list` | `[]` | no |\n| namespace | A name of the existing namespace | `string` | `\"kube-system\"` | no |\n| namespace\\_name | A name of namespace for creating | `string` | `\"external-dns\"` | no |\n| tags | A tags for attaching to new created AWS resources | `map(string)` | `{}` | no |\n| vpc\\_id | An ID of the VPC for the private Route53 zone | `string` | `\"\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| zone\\_id | An ID of the created Route53 zone |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprovectus%2Fsak-external-dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprovectus%2Fsak-external-dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprovectus%2Fsak-external-dns/lists"}