Question from the Terraform : certification training test

How to mark an output value as sensitive in Terraform?

Easy

What argument should be added to an output block to mark its value as sensitive?

output "db_password" {
  value  = aws_db_instance.db.password
  description = "The password for logging in to the database."
  _____
}
Author: Julien WITTOUCKStatus: PublishedQuestion passed 27 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!