Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 31, 2024
1 parent 69fa1aa commit 7d7ef36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

# CHANGELOG
* 0.0.2 -- 2024-07-30
-

- formatting
- added module default outputs
- updated images module
- add prometheus_namespace as output
* 0.0.1 -- 2024-07-22
- add force_delete and lifecycle policies to copy_images
- updated version.tf to 0.0.1
Expand Down
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ output "prometheus_server_internal_endpoint" {
}
}

output "prometheus_namespace" {
value = local.prometheus_namespace
}

################################################################################
# Module information
################################################################################
Expand Down

0 comments on commit 7d7ef36

Please sign in to comment.