TERRAFORM-ASSOCIATE-004 · Question #181
TERRAFORM-ASSOCIATE-004 Question #181: Real Exam Question with Answer & Explanation
The correct answer is B: False. Terraform state files are not automatically encrypted by default. Sensitive values are stored in plaintext within the state file. However, you can protect the state file by using remote backends that support encryption, such as AWS S3 with server-side encryption enabled or Terraf
Question
Terraform encrypts sensitive values stored in your state file.
Options
- ATrue
- BFalse
Explanation
Terraform state files are not automatically encrypted by default. Sensitive values are stored in plaintext within the state file. However, you can protect the state file by using remote backends that support encryption, such as AWS S3 with server-side encryption enabled or Terraform Cloud, which offers encrypted state storage.
Topics
Community Discussion
No community discussion yet for this question.