Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 20, 2024
1 parent a05a4a4 commit eea2fe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

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
}
4 changes: 2 additions & 2 deletions version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
_module_name = "tfmod-tempo"
_module_version = "0.0.1"
module_name = "tfmod-tempo"
module_version = "0.0.1"
}

0 comments on commit eea2fe6

Please sign in to comment.