Skip to content

Commit

Permalink
Merge pull request terraform-in-action#36 from omariosman/patch-1
Browse files Browse the repository at this point in the history
Update outputs.tf
  • Loading branch information
scottwinkler authored Aug 9, 2022
2 parents 5cacd8c + 51b5c6c commit 0f0872d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapter4/listing4.20/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
output "db_password" {
value = module.database.db_config.password
sensitive = true
}

output "lb_dns_name" {
Expand Down

0 comments on commit 0f0872d

Please sign in to comment.