Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Godo Retryable HTTP Client #1016

Merged
merged 20 commits into from
Aug 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update outputs.tf
  • Loading branch information
danaelhe committed Aug 10, 2023
commit 5634ccf4e92a4cc5c74c05ebffe88a421cecf826
12 changes: 6 additions & 6 deletions examples/kubernetes/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# output "cluster_name" {
# value = module.doks-cluster.cluster_name
# }
output "cluster_name" {
value = module.doks-cluster.cluster_name
}

# output "kubeconfig_path" {
# value = var.write_kubeconfig ? abspath("${path.root}/kubeconfig") : "none"
# }
output "kubeconfig_path" {
value = var.write_kubeconfig ? abspath("${path.root}/kubeconfig") : "none"
}
Loading