QuestionQ116
Terraform state managementWhy is it important to regard your Terraform state file as sensitive?
- A It contains personal information about the last user to update it.
- B It can contain information such as resource passwords and keys.
- C It can be manually edited to change the deployed resources.
- D It stores all environment variables from the machine that created it.
Community Discussion