Skip to content

Commit

Permalink
Update internal/exec/terraform_outputs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
  • Loading branch information
aknysh and osterman authored Feb 9, 2025
1 parent 67b79c0 commit 87d6bb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/exec/terraform_outputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ func GetTerraformOutput(
p.Quit()
<-spinnerDone
fmt.Printf("\r✗ %s\n", message)
l.Error("Failed to execute terraform output", "component", component, "stack", stack, "error", err)
os.Exit(1)
l.Fatal("Failed to execute terraform output", "component", component, "stack", stack, "error", err)
}

// Cache the result
Expand Down

0 comments on commit 87d6bb2

Please sign in to comment.