Skip to content

Commit

Permalink
Dops 420 terraform destroy step fixed (#200)
Browse files Browse the repository at this point in the history
DOPS-420 env vars added to terraform destroy step
  • Loading branch information
vodolaz authored and afalaleev committed Nov 28, 2023
1 parent b15cfad commit 2faa16d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ def format_tf_output(output):

TF_OUTPUT_OFFSET = 16
####
os.environ["TF_VAR_proxy_image_tag"] = proxy_tag
os.environ["TF_VAR_dockerhub_org_name"] = DOCKERHUB_ORG_NAME
thstate_key = f'{TFSTATE_KEY_PREFIX}{proxy_tag}-{run_number}'

backend_config = {"bucket": TFSTATE_BUCKET,
Expand Down

0 comments on commit 2faa16d

Please sign in to comment.