Update CoreDNS from v1.7.0 to v1.8.0

* https://github.com/poseidon/terraform-render-bootstrap/pull/254
This commit is contained in:
Dalton Hubble
2021-03-20 15:50:32 -07:00
parent 507c646e8b
commit 597ca4acce
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=5f4378a0e183a2b88cf5492b943206fe73ef3123"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=8c2e766d180824416075f4d7a695d6291ef277ab"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]