Which option can not keep secrets out of Terraform configuration files?
- AA shared credential file
- BMark the variable as sensitive (correct answer)
- CEnvironment Variables
- DA -var flag
Reveal answer & explanationHide answer
The correct answer is B. Option B: Mark the variable as sensitive
Explanation
Marking a value sensitive redacts it from routine CLI output, though it can still be stored in state.