Update Kubernetes from v1.16.0 to v1.16.1

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#v1161
This commit is contained in:
Dalton Hubble
2019-10-02 21:31:55 -07:00
parent ca7d62720e
commit 1c5ed84fc2
40 changed files with 97 additions and 96 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=18b7a74d309da7290474e35701bc6668f0dd035e"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=586d6e36f67c56fb2283f317a7552638368c5779"
cluster_name = var.cluster_name
api_servers = [var.k8s_domain_name]