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 3934556 commit 08d6e48
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 @@ -287,8 +287,7 @@ func GetTerraformOutput(
p.Quit()
<-spinnerDone
fmt.Printf("\r✗ %s\n", message)
l.Error("Failed to get remote state backend static type outputs", "error", err)
os.Exit(1)
l.Fatal("Failed to get remote state backend static type outputs", "error", err)
}

var result any
Expand Down

0 comments on commit 08d6e48

Please sign in to comment.