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

Commit ab4e97a

Browse files
author
Sean Sundberg
authored
Adds config_file_path back (#24)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent ffef8a9 commit ab4e97a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

outputs.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ output "region" {
2020
depends_on = [data.ibm_container_vpc_cluster.config]
2121
}
2222

23+
output "config_file_path" {
24+
value = local.cluster_config
25+
description = "Path to the config file for the cluster."
26+
depends_on = [data.ibm_container_vpc_cluster.config]
27+
}
28+
2329
output "platform" {
2430
value = {
2531
id = data.ibm_container_vpc_cluster.config.id

0 commit comments

Comments
 (0)