Update Cilium from v1.11.4 to v1.11.5

* https://github.com/poseidon/terraform-render-bootstrap/pull/309
This commit is contained in:
Dalton Hubble
2022-05-31 14:55:12 +01:00
parent 8e8bf305c3
commit b8549a1e32
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=22ab988fdb2dd5893d5748e33640a8d6d32ffc40"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=f325be50417e27dde6599a293409cb7d068cda0c"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]