Skip to content

Commit

Permalink
Adjust pipeline for eu-ch2
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Getz authored and victorgetz committed Jan 20, 2023
1 parent d0619f6 commit 8ec2f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ jobs:
#### OTC CREDENTIALS #####
export OS_DOMAIN_NAME=${{ secrets.SWISS_OS_DOMAIN_NAME }}
export OS_ACCESS_KEY=$(vault kv get --field access_key secret/otc_credentials/swiss
export OS_SECRET_KEY=$(vault kv get --field secret_key secret/otc_credentials/swiss
export OS_ACCESS_KEY=$(vault kv get --field access_key secret/otc_credentials/swiss)
export OS_SECRET_KEY=$(vault kv get --field secret_key secret/otc_credentials/swiss)
export TF_VAR_region="eu-ch2"
export OS_AUTH_URL="https://iam-pub.${TF_VAR_region}.sc.otc.t-systems.com/v3"
Expand Down

0 comments on commit 8ec2f44

Please sign in to comment.