Update CoreDNS from v1.3.0 to v1.3.1

* https://coredns.io/2019/01/13/coredns-1.3.1-release/
This commit is contained in:
Dalton Hubble
2019-01-15 21:24:35 -08:00
parent 67fb9602e7
commit f4d3508578
10 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=e892e291b572655699aee8565c14c8446bab2104"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=ef99293eb2b5fd8ba0bb19fb49e795899dbe690d"
cluster_name = "${var.cluster_name}"
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]