Question from the Terraform : certification training test

How to mark an output value as sensitive in Terraform?

Waiting for validation

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: Waiting for validationQuestion not yet passed
0
Community EvaluationsNo one has reviewed this question yet, be the first!