This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "" |