Skip to content

Commit

Permalink
more lints
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Aug 6, 2024
1 parent d0aa07d commit 700b357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ output "gateway_internal_endpoint" {

output "module_name" {
description = "The name of this module."
value = local._module_name
value = local.module_name
}

output "module_version" {
description = "The version of this module."
value = local._module_version
value = local.module_version
}

0 comments on commit 700b357

Please sign in to comment.