# Outputs ====================================================================== output "tags" { description = "Tags map derived from baselines, AWS MAP configuration & additional tags" value = local.computed_tags } output "stack_name" { description = "Stack name" value = var.stack_name } output "environment" { description = "Deployment environment" value = var.environment } output "application_name" { description = "Application name" value = var.application_name }