Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 8bfc51a

Browse files
author
Sean Sundberg
authored
Adds kubeconfig value to platform output (#25)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent ab4e97a commit 8bfc51a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ output "config_file_path" {
2929
output "platform" {
3030
value = {
3131
id = data.ibm_container_vpc_cluster.config.id
32+
kubeconfig = local.cluster_config
3233
server_url = local.server_url
3334
type = local.cluster_type
3435
type_code = local.cluster_type_code

0 commit comments

Comments
 (0)