Skip to content

Commit

Permalink
[#3943] Fix of the gcp-gke terraform modules output file (#3944)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilge-cakmak authored Nov 15, 2022
1 parent fbbd16b commit eaa106b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/terraform/install/gcp-gke/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ output "cluster_name" {
}

output "kubeconfig_path" {
value = module.gcp-gke.kubeconfig_output_path
value = module.gcp-gke.kubeconfig_path
}

0 comments on commit eaa106b

Please sign in to comment.