diff --git a/infrastructure/terraform/install/gcp-gke/outputs.tf b/infrastructure/terraform/install/gcp-gke/outputs.tf index d3d1837a61..717b7c8569 100644 --- a/infrastructure/terraform/install/gcp-gke/outputs.tf +++ b/infrastructure/terraform/install/gcp-gke/outputs.tf @@ -3,5 +3,5 @@ output "cluster_name" { } output "kubeconfig_path" { - value = module.gcp-gke.kubeconfig_output_path + value = module.gcp-gke.kubeconfig_path }