Skip to content

Commit

Permalink
Merge pull request #310 from terrateamio/pro-559-add-environment-context
Browse files Browse the repository at this point in the history
PRO-559 ADD Environment context support
  • Loading branch information
orbitz authored Sep 24, 2024
2 parents 0c30e12 + f98c6c2 commit db2e5e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terrat_runner/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def run(args):

set_env_context(env, 'SECRETS_CONTEXT')
set_env_context(env, 'VARIABLES_CONTEXT')
set_env_context(env, 'ENVIRONMENT_CONTEXT')
transform_tf_vars(env)
state = state._replace(env=env)

Expand Down

0 comments on commit db2e5e6

Please sign in to comment.