Skip to content

Instantly share code, notes, and snippets.

@et304383
et304383 / tf_1.4.6_less_output.patch
Created September 8, 2023 17:49
Patch TF 1.4.6 to remove refreshing, reading, read complete messages
diff --git a/internal/command/views/hook_ui.go b/internal/command/views/hook_ui.go
index 2c5c0f5704..d8dcc4627a 100644
--- a/internal/command/views/hook_ui.go
+++ b/internal/command/views/hook_ui.go
@@ -88,7 +88,7 @@ func (h *UiHook) PreApply(addr addrs.AbsResourceInstance, gen states.Generation,
operation = "Modifying..."
op = uiResourceModify
case plans.Read:
- operation = "Reading..."
+ operation = ""