Terraform

What can you do to NOT store provider credentials in Terraform configuration files in plain text?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  1. Use environment variables
  2. Use password CLIs (like 1Password which is generic but there also specific provider options like aws-vault)