Skip to content

Commit

Permalink
mark outputs non-sensitive in example
Browse files Browse the repository at this point in the history
  • Loading branch information
magreenbaum committed Jan 19, 2024
1 parent 27f0235 commit 1a3b114
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/mutual-auth-alb/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ output "zone_id" {
output "listeners" {
description = "Map of listeners created and their attributes"
value = module.alb.listeners
sensitive = true
}

output "listener_rules" {
description = "Map of listeners rules created and their attributes"
value = module.alb.listener_rules
sensitive = true
}

################################################################################
Expand Down

0 comments on commit 1a3b114

Please sign in to comment.