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.