We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e20613 commit e2583f1Copy full SHA for e2583f1
.github/workflows/postgres-recover-deleted-db.yml
@@ -53,9 +53,9 @@ jobs:
53
- name: Set environment variables
54
run: |
55
# source global_config/${{ inputs.environment }}.sh
56
- # tf_vars_file=${TF_VARS_PATH}/${{ inputs.environment }}.tfvars.json
+ # tf_vars_file=${TF_VARS_PATH}/${{ inputs.environment }}/variables.tfvars.json
57
source global_config/test.sh
58
- tf_vars_file=${TF_VARS_PATH}/test.tfvars.json
+ tf_vars_file=${TF_VARS_PATH}/test/variables.tfvars.json
59
echo "CLUSTER=$(jq -r '.cluster' ${tf_vars_file})" >> $GITHUB_ENV
60
echo "RESOURCE_GROUP_NAME=${AZURE_RESOURCE_PREFIX}-${SERVICE_SHORT}-${CONFIG_SHORT}-rg" >> $GITHUB_ENV
61
0 commit comments