infra: deploy kube-vip with terraform

This commit is contained in:
2025-07-01 09:50:55 +03:00
parent 82421c60cb
commit 79e4a02657
5 changed files with 35 additions and 8 deletions

View File

@ -16,7 +16,7 @@ provider "kubernetes" {
}
provider "helm" {
kubernetes {
kubernetes = {
config_path = "~/.kube/config"
}
}