diff --git a/.github/workflows/actions/deploy_v2/action.yml b/.github/workflows/actions/deploy_v2/action.yml index 4023ad25..654a0b9a 100644 --- a/.github/workflows/actions/deploy_v2/action.yml +++ b/.github/workflows/actions/deploy_v2/action.yml @@ -93,7 +93,7 @@ runs: - name: Set KV environment variables id: set_kv_env_vars run: | - tf_vars_file=terraform/aks/workspace_variables/${{ inputs.environment }}_aks.tfvars.json + tf_vars_file=workspace_variables/${{ inputs.environment }}_aks.tfvars.json echo "$PWD" cat $tf_vars_file INF_VAULT_NAME=$(jq -r '.inf_vault_name' ${tf_vars_file})