Reading environment variables in a terraform file

The right way to DevOps

Omkar Birade

--

Working with terraform a lot of times you need to deal with environment variables, be it reading credentials or externalising some other configuration.

Let’s see how to do that.

  1. Add TF_VAR suffix to your regular environment variables.

--

--