TERRAFORM-ASSOCIATE-003 Web TestEngine demo

Exit VCEDump TERRAFORM-ASSOCIATE-003 HashiCorp Certified: Terraform Associate (003) (HCTA0-003)
Question 83 of 83
0% complete
Q83 Single choice

Valarie has created a database instance in AWS and for ease of use is outputting the value of the database password with the following code. Valarie wants to hide the output value in the CLI after terraform apply that's why she has used sensitive parameter.

1. output "db_password" {

2. value = local.db_password

3. sensitive = true

4. }

Since sensitive is set to true, will the value associated with db password be available in plain-text in the state file for everyone to read?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in