Update Kubernetes from v1.6.7 to v1.7.1

This commit is contained in:
Dalton Hubble
2017-07-24 18:51:39 -07:00
parent b8478007ca
commit 75f4826097
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/dghubble/bootkube-terraform.git?ref=v0.5.1"
source = "git::https://github.com/dghubble/bootkube-terraform.git?ref=v0.6.0"
cluster_name = "${var.cluster_name}"
api_servers = ["${var.k8s_domain_name}"]