{"id":21217598,"url":"https://github.com/nlamirault/terraform-google-external-dns","last_synced_at":"2025-06-30T17:40:02.992Z","repository":{"id":37848959,"uuid":"335542579","full_name":"nlamirault/terraform-google-external-dns","owner":"nlamirault","description":"Terraform module for External DNS","archived":false,"fork":false,"pushed_at":"2025-06-22T17:11:40.000Z","size":136,"stargazers_count":0,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T18:23:55.504Z","etag":null,"topics":["external-dns","galactus","google","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"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/nlamirault.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,"zenodo":null}},"created_at":"2021-02-03T07:29:50.000Z","updated_at":"2024-11-27T09:41:08.000Z","dependencies_parsed_at":"2024-05-05T10:24:10.522Z","dependency_job_id":"eccd1c84-8922-464a-bdbe-67b540999401","html_url":"https://github.com/nlamirault/terraform-google-external-dns","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/nlamirault/terraform-google-external-dns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-google-external-dns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-google-external-dns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-google-external-dns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-google-external-dns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlamirault","download_url":"https://codeload.github.com/nlamirault/terraform-google-external-dns/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-google-external-dns/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262820640,"owners_count":23369674,"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":["external-dns","galactus","google","terraform","terraform-module"],"created_at":"2024-11-20T21:59:15.603Z","updated_at":"2025-06-30T17:40:02.944Z","avatar_url":"https://github.com/nlamirault.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# External DNS into Google Cloud Platform\n\n![Tfsec](https://github.com/nlamirault/terraform-google-external-dns/workflows/Tfsec/badge.svg)\n\n## Terraform versions\n\nUse Terraform `\u003e= 0.14.0` minimum and Terraform Provider Google `3.54+`.\n\nThese types of resources are supported:\n\n* [google_service_account](https://www.terraform.io/docs/providers/google/r/google_service_account.html)\n* [google_project_iam_binding](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_project_iam)\n* [google_service_account_iam_member](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/google_service_account_iam#google_service_account_iam_member)\n\n## Usage\n\n```hcl\nmodule \"external_dns\" {\n  source  = \"nlamirault/external-dns/google\"\n  version = \"1.0.0\"\n\n  project = var.project\n\n  namespace       = var.namespace\n  service_account = var.service_account\n}\n```\n\nand variables :\n\n```hcl\nproject = \"foo-prod\"\n\nregion = \"europe-west1\"\n\n##############################################################################\n# External DNS\n\nnamespace       = \"dns\"\nservice_account = \"external-dns\"\n```\n\n## Documentation\n\n### Providers\n\n| Name | Version |\n|------|---------|\n| google | \u003e= 3.54.0 |\n\n### Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:-----:|\n| namespace | The Kubernetes namespace | `string` | n/a | yes |\n| project | The project in which the resource belongs | `string` | n/a | yes |\n| service\\_account | The Kubernetes service account | `string` | n/a | yes |\n\n### Outputs\n\n| Name | Description |\n|------|-------------|\n| service\\_account | Service Account for External DNS |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fterraform-google-external-dns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlamirault%2Fterraform-google-external-dns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fterraform-google-external-dns/lists"}