Skip to content

Commit

Permalink
add outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 071e4b1 commit 97735fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ output "module_version" {
value = local._module_version
}

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

################################################################################
# Networking information
################################################################################
Expand Down

0 comments on commit 97735fd

Please sign in to comment.