diff --git a/README.md b/README.md index 5fe78f9..a48be6e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/outputs.tf b/outputs.tf index 3767123..4786212 100644 --- a/outputs.tf +++ b/outputs.tf @@ -30,6 +30,10 @@ output "prometheus_server_internal_endpoint" { } } +output "prometheus_namespace" { + value = local.prometheus_namespace +} + ################################################################################ # Module information ################################################################################