TERRAFORM-ASSOCIATE-004 · Question #23
TERRAFORM-ASSOCIATE-004 Question #23: Real Exam Question with Answer & Explanation
The correct answer is B: False. It is not a best practice to store secret data in the same version control repository as your Terraform configuration, as it could expose your sensitive information to unauthorized parties or compromise your security. You should use environment variables, vaults, or other mechani
Question
It is best practice to store secret data in the same version control repository as your Terraform configuration.
Options
- ATrue
- BFalse
Explanation
It is not a best practice to store secret data in the same version control repository as your Terraform configuration, as it could expose your sensitive information to unauthorized parties or compromise your security. You should use environment variables, vaults, or other mechanisms to store and provide secret data to Terraform.
Topics
Community Discussion
No community discussion yet for this question.