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

recognizegroup/devops-terraformenv-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)