Update Cilium from v0.10.0-rc1 to v0.10.0

* https://github.com/cilium/cilium/releases/tag/v1.10.0
This commit is contained in:
Dalton Hubble
2021-05-24 10:53:32 -07:00
parent e4e074c894
commit 966fd280b0
12 changed files with 26 additions and 19 deletions

View File

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