This commit is contained in:
Jose Luis Carrillo Aguilar 2022-10-08 18:45:55 +02:00
Родитель 74b2fb8c23
Коммит 658a2aefef
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/IaC-terraform-AKS.yml поставляемый
Просмотреть файл

@ -36,7 +36,7 @@ env:
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
ARM_PARTNER_ID: "451dc593-a3a3-4d41-91e7-3aadf93e1a78"
ENVIRONMENT: "${{ github.repository_owner }}/aks-baseline-automation/${{ github.ref_name }}-${{ github.event.inputs.ENVIRONMENT }}"
ENVIRONMENT: "${{ github.repository_owner }}-aks-baseline-automation-${{ github.event.inputs.ENVIRONMENT }}"
TF_BACKEND_RSG: "rg-enterprise-tf-dependencies"
TF_VERSION: "1.3.1"
AZ_CLI_VERSION: "2.39.0" # Please do not upgrade until https://github.com/Azure/azure-cli/issues/24029 is solved