Update Calico from v3.12.0 to v3.13.1

* https://docs.projectcalico.org/v3.13/release-notes/
This commit is contained in:
Dalton Hubble
2020-03-12 22:59:44 -07:00
parent 4e1b8f22df
commit 70bf39bb9a
9 changed files with 9 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=d1831e626a06d1aa63a75ca90a670ca594657fbf"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=804029edd5a6a5cf02e0db4919e7f2bb601d0089"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]