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