1
Answer

How do you handle sensitive data in Terraform?

Photo of Ck Nitin

Ck Nitin

3d
103
1

Describe strategies to manage sensitive data like passwords or API keys in Terraform. Mention the use of environment variables, terraform.tfvars files, Vault integration, and the sensitive argument in variables or outputs. Explain how accidental exposure can be prevented during plan and apply phases.

Answers (1)