Skip to content

Commit 0609fee

Browse files
feat: add output for Talos image schematic ID
1 parent c88093a commit 0609fee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ output "talos_cluster_health" {
2020
description = "Health status of the Talos cluster, can be used for other ressources to depend on"
2121
value = data.talos_cluster_health.this
2222
}
23+
24+
output "talos_image_schematic_id" {
25+
description = "ID of the Talos image schematic"
26+
value = talos_image_factory_schematic.this.id
27+
}

0 commit comments

Comments
 (0)