Remove tfplan

This commit is contained in:
2026-09-02 14:14:49 -04:00
parent ae8bf2926f
commit 2d661a1a76
7 changed files with 57 additions and 5 deletions
+2 -1
View File
@@ -11,5 +11,6 @@ output "talos_schematic_id" {
output "debug" {
description = "For debugging resource or data key values"
value = data.talos_image_factory_urls.this.urls
value = data.talos_machine_configuration.this["cp01"]
sensitive = false
}