List of questions
Related questions
Question 27 - Terraform Associate 003 discussion
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?
A.
Copy the sensitive variables into your Terraform code
B.
Store the sensitive variables in a secure_varS.tf file
C.
Store the sensitive variables as plain text in a source code repository
D.
Pass variables to Terraform with a -var flag
Your answer:
0 comments
Sorted by
Leave a comment first