Update Calico from v3.17.0 to v3.17.1

* https://github.com/projectcalico/calico/releases/tag/v3.17.1
This commit is contained in:
Dalton Hubble
2020-12-10 22:48:38 -08:00
parent a8b8a9b454
commit ee9ce3d0ab
11 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=c052741cc3d1f078e7823931f675264e36536bfa"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=4edd79dd0295e6ffa4c8ed04fd5914d5cb3f1b7c"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]