mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Add support for removed block (#1158)
Signed-off-by: Ronny Orot <ronny.orot@gmail.com>
This commit is contained in:
@@ -34,6 +34,8 @@ func DiffActionSymbol(action plans.Action) string {
|
||||
return " [yellow]~[reset]"
|
||||
case plans.NoOp:
|
||||
return " "
|
||||
case plans.Forget:
|
||||
return " [red].[reset]"
|
||||
default:
|
||||
return " ?"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user