Fix flannel-cni container image

* Close #1496
This commit is contained in:
Dalton Hubble
2024-08-22 19:26:19 -07:00
parent b8645f3ec2
commit effa13c141
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=7e8551750c774e8715a02f3902be26a30042cdfd"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=0b78c87997ff96547773e878458ec95485c8b91f"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]