Skip to content

Commit

Permalink
add outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 27, 2024
1 parent 4101081 commit 63c247f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
################################################################################
# Module information
################################################################################

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

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

output "_module_providers" {
description = "The providers used in this module."
value = local._module_providers
}

0 comments on commit 63c247f

Please sign in to comment.