Update tf-gha-deploy-infra.yml

This commit is contained in:
msmarti 2022-12-15 08:57:59 -05:00 коммит произвёл GitHub
Родитель 1a7311923b
Коммит 7c6fa27a6d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -27,12 +27,12 @@ jobs:
echo "config-file=$config_env" >> $GITHUB_OUTPUT;
get-config:
needs: set-env-branch
uses: Azure/mlops-templates/.github/workflows/read-yaml.yml@main-dec31 # TBD - revert to @main
uses: Azure/mlops-templates/.github/workflows/read-yaml.yml@main-dec31 # TODO - revert to @main
with:
file_name: ${{ needs.set-env-branch.outputs.config-file}}
test-terraform-state-deployment:
needs: [get-config,set-env-branch]
uses: Azure/mlops-templates/.github/workflows/tf-gha-install-terraform.yml@main-dec31 # TBD - revert to @main
uses: Azure/mlops-templates/.github/workflows/tf-gha-install-terraform.yml@main-dec31 # TODO - revert to @main
with:
with:
TFAction: 'apply'