Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 18 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 18
Topic #: 1
[All Terraform Associate Questions]

You should store secret data in the same version control repository as your Terraform configuration.

  • A. True
  • B. False
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
SilentMilli
1 month, 4 weeks ago
Selected Answer: B
It is generally considered insecure to store secret data, such as passwords, API keys, and other sensitive information, in the same version control repository as your Terraform configuration. This is because version control repositories are often publicly accessible, and if sensitive information is stored in the repository it can be easily accessed by unauthorized individuals. Additionally, version control repositories typically have a history of all changes made to files, so even if sensitive information is deleted at a later point, it can still be retrieved from the repository history. To properly secure secret data, it is recommended to store it in a secure and encrypted format, such as in a secure vault or by using a tool specifically designed for storing secrets.
upvoted 4 times
...
Molly1994
5 months, 3 weeks ago
You should store secrets in vaults. And retrieve the secrets when used in your terraform application. So the answer is B false.
upvoted 3 times
...
Jayanth
1 year, 3 months ago
B. False
upvoted 1 times
...
tfdestroy
1 year, 3 months ago
Selected Answer: B
B: It is not recommended to store secret data such as passwords, API keys, or other sensitive information in your version control system (VCS). This is a general best practice in software development, not just with Terraform.
upvoted 2 times
...
Busi57
1 year, 4 months ago
Selected Answer: B
it's no secure B
upvoted 1 times
...
IK912
1 year, 5 months ago
Answer Definitely B
upvoted 1 times
...
karendavtyan
1 year, 6 months ago
Selected Answer: B
B. False
upvoted 1 times
...
camps
1 year, 7 months ago
Selected Answer: B
B. False Storing secret data in the same version control repository as Terraform configuration is not recommended as it increases the risk of exposing sensitive information. Version control systems are designed for sharing and collaboration, which means that they may not have robust security mechanisms to protect against unauthorized access.
upvoted 1 times
...
Nunyabiznes
1 year, 8 months ago
I know it is not recommended, but technically you really "could" store it. SO, this is kinda confusing since it is not asking for Best Security Practices, but just want to check if it is possible or not
upvoted 1 times
Multi_Cloud
1 year, 8 months ago
If you re-read the question it says, You "should" - which means the answer should be B - false. Had it been "could/might" your argument would have been correct.
upvoted 2 times
...
...
Eltooth
2 years, 4 months ago
Selected Answer: B
B is correct answer : false.
upvoted 4 times
...
fabiomlop
2 years, 5 months ago
Selected Answer: B
If you store secrets in a version control system, they will be exposed in plain text to anyone with access to the repository.
upvoted 4 times
...
Eniras
2 years, 6 months ago
It's false. Your secrets are stored in a dedicated secret store that enforces encryption and strict access control.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...