HashiCorp
TA-002-P · Question #70
You're building a CI/CD (continuous integration/ continuous delivery) pipeline and need to inject sensitive variables into your Terraform run. How can you do this safely?
Sign in or unlock TA-002-P to reveal the answer and full explanation for question #70. The question stem and answer options stay visible for context.
Read, generate, and modify configuration
Question
You're building a CI/CD (continuous integration/ continuous delivery) pipeline and need to inject sensitive variables into your Terraform run. How can you do this safely?
Options
- APass variables to Terraform with a 璿ar flag
- BCopy the sensitive variables into your Terraform code
- CStore the sensitive variables in a secure_vars.tf file
- DStore the sensitive variables as plain text in a source code repository
Unlock TA-002-P to see the answer
You've previewed enough free TA-002-P questions. Unlock TA-002-P for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Sensitive variables#Secrets management#CI/CD#Configuration security