diff --git a/helm/outputs.tf b/helm/outputs.tf new file mode 100644 index 0000000..69eb86b --- /dev/null +++ b/helm/outputs.tf @@ -0,0 +1,4 @@ + +output "cluster_config_path" { + value = data.ibm_container_cluster_config.clusterConfig.config_file_path +}