Update Calico from v3.10.0 to v3.10.1

* https://docs.projectcalico.org/v3.10/release-notes/
This commit is contained in:
Dalton Hubble
2019-11-07 11:09:59 -08:00
parent 38957163cb
commit 0034a15711
8 changed files with 8 additions and 8 deletions

View File

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