Update Calico from v3.17.1 to v3.17.2

* https://github.com/projectcalico/calico/releases/tag/v3.17.2
This commit is contained in:
Dalton Hubble
2021-02-04 22:03:51 -08:00
parent 50acf28ce5
commit 18165d8076
11 changed files with 11 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=ae5449a9fbc439b5387582f5c45b5c0ba3859949"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=75fc91deb8ee740b8ce3297fbfbd451785bc9afb"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]