HashiCorp Certified: Terraform Associate — Question 316

Terraform encrypts sensitive values stored in your state file.

Answer options

Correct answer: B

Explanation

The correct answer is B because Terraform does not encrypt sensitive values in the state file by default. While it can manage sensitive data, the state file itself remains unencrypted, which poses a security risk if not handled properly.