Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazy-canux/terraform-gcp-external-dns
https://github.com/crazy-canux/terraform-gcp-external-dns
external-dns gcp gke kubernetes terraform
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crazy-canux/terraform-gcp-external-dns
- Owner: crazy-canux
- Created: 2023-08-15T12:48:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T07:09:39.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:22:52.189Z (7 months ago)
- Topics: external-dns, gcp, gke, kubernetes, terraform
- Language: HCL
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# external-dns for gcp
## Example Usage
```
module "external_dns" {
source = "../../terraform-gcp-external-dns"
sa_sufix = local.sa_sufix
project_id = local.project
txt_owner_id = local.cluster_name
namespace_name = local.namespace
service_account_name = local.service_account
domain_filters = [local.domain1, local.domain2]
extra_set_values = local.extra_set_values
}
```