diff --git a/.github/workflows/IaC-terraform-AKS.yml b/.github/workflows/IaC-terraform-AKS.yml index 0b01f29..af15c2f 100644 --- a/.github/workflows/IaC-terraform-AKS.yml +++ b/.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