Skip to content

Commit

Permalink
Refactor outputs.tf: Remove unnecessary local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-humphries committed Oct 8, 2024
1 parent fbdc392 commit a2354dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ output "model" {
description = "Full model."
value = local.model
}

output "marcin_debug" {
value = local.marcin_debug
}

0 comments on commit a2354dc

Please sign in to comment.