From 1d6a095153c1f801d61493cbd5e00ab3fba7fd8b Mon Sep 17 00:00:00 2001 From: Bilge Date: Tue, 15 Nov 2022 15:48:08 +0100 Subject: [PATCH] [#3943] Fix of the gcp-gke terraform modules output file --- infrastructure/terraform/install/gcp-gke/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }