Skip to content

Commit

Permalink
[#3943] Fix of the gcp-gke terraform modules output file
Browse files Browse the repository at this point in the history
  • Loading branch information
bilge-cakmak committed Nov 15, 2022
1 parent 84728c1 commit 1d6a095
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 1d6a095

Please sign in to comment.