This commit is contained in:
Jose Luis Carrillo Aguilar 2022-10-09 11:16:40 +02:00
Родитель 9fd3db14f3
Коммит 446c0942b2
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -38,7 +38,7 @@ env:
ARM_PARTNER_ID: "451dc593-a3a3-4d41-91e7-3aadf93e1a78"
ENVIRONMENT: "${{ github.repository }}/${{ github.event.inputs.ENVIRONMENT }}"
TF_BACKEND_RSG: "rg-enterprise-tf-dependencies"
TF_VERSION: "1.3.1"
TF_VERSION: "1.3.2"
AZ_CLI_VERSION: "2.39.0" # Please do not upgrade until https://github.com/Azure/azure-cli/issues/24029 is solved
permissions:

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

@ -14,5 +14,5 @@ terraform {
version = ">= 0.9.0"
}
}
required_version = ">= 1.3.1"
required_version = ">= 1.3.2"
}

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

@ -13,5 +13,5 @@ terraform {
version = ">= 0.19.0"
}
}
required_version = ">= 1.3.1"
required_version = ">= 1.3.2"
}

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

@ -53,7 +53,7 @@ terraform {
version = "~> 0.19.0"
}
}
required_version = ">= 1.3.1"
required_version = ">= 1.3.2"
# comment it out for the local backend experience