Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 378 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 378 Bytes

devops-terraformenv-fix

DevOps Pipeline has the strange behavior of converting environment variables to uppercase. This makes it inconvenient to use Terraform variables from the environment, since the convention for Terraform is to use something like TF_VAR_env_name . This tool converts the environment back to what it should be.

Usage

eval $(./devops-terraformenv-fix)