Upgrade CoreDNS from v1.8.5 to v1.9.3

Rel: https://github.com/poseidon/terraform-render-bootstrap/pull/318
This commit is contained in:
Dalton Hubble
2022-08-13 15:43:03 -07:00
parent 003af72cc8
commit ed8c6a5aeb
11 changed files with 11 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=6d92cab7a082ea2c23e4c2829d7df7df6595fdcc"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=0d981c24cd417ce2bc0410ad933fe679e94341fd"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]