Update Cilium from v1.8.5 to v1.9.0-rc3

* https://github.com/poseidon/terraform-render-bootstrap/pull/224
This commit is contained in:
Dalton Hubble
2020-11-03 10:29:07 -08:00
parent a8f7880511
commit 82e5ac3e7c
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=3a0feda171eee0db272f265241a3e7d15271bdce"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=c6e3a2bcdc06aff31b1f83c91b2f0af4f778b86f"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]