diff --git a/command/apply.go b/command/apply.go index 1474bc2eae..7ddc53002e 100644 --- a/command/apply.go +++ b/command/apply.go @@ -254,7 +254,7 @@ func (c *ApplyCommand) Run(args []string) int { // If we have outputs, then output those at the end. var outputs map[string]string - if state != nil { + if !c.Destroy && state != nil { outputs = state.RootModule().Outputs } if len(outputs) > 0 {