From 54a3dc63997eb9ae71b99f6a891eec31d672cbf4 Mon Sep 17 00:00:00 2001 From: Justin Barksdale Date: Mon, 6 Mar 2023 11:30:12 -0500 Subject: [PATCH] added kubeconfig output --- README.md | 4 +++- output.tf | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 output.tf diff --git a/README.md b/README.md index 2831b43..3e81210 100644 --- a/README.md +++ b/README.md @@ -140,5 +140,7 @@ No modules. ## Outputs -No outputs. +| Name | Description | +|------|-------------| +| [kubeconfig](#output\_kubeconfig) | n/a | \ No newline at end of file diff --git a/output.tf b/output.tf new file mode 100644 index 0000000..2d456f9 --- /dev/null +++ b/output.tf @@ -0,0 +1,3 @@ +output "kubeconfig" { + value = spectrocloud_cluster_edge_native.this.kubeconfig +} \ No newline at end of file