rice/lab/cluster/provider.tf

4 lines
62 B
Terraform
Raw Permalink Normal View History

2024-04-24 07:18:03 +00:00
provider "kubernetes" {
config_path = "./kubeconfig.yaml"
}