Update CoreDNS from v1.8.4 to v1.8.6

* https://coredns.io/2021/10/07/coredns-1.8.6-release/
This commit is contained in:
Dalton Hubble
2021-11-12 21:09:04 -08:00
parent 4fd43b39ad
commit 94b2793e40
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=9f9d7708c3368979029b5609431db810a4be8b1b"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=e6193bbdcfe90fd3c18b3a9dc4bdedb0a49ece98"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]