Update Calico from v3.14.0 to v3.14.1

* https://docs.projectcalico.org/v3.14/release-notes/
This commit is contained in:
Dalton Hubble
2020-05-30 22:03:53 -07:00
parent 455175d9e6
commit ba44408b76
11 changed files with 12 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=ff7ec52d0a5e97b8ca6b86a80a7e5e1ea8570487"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=c3b1f23b5daa77c8ff96a2294924aa138a1433a4"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]