File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ARG TERRAFORM_VERSION=1.7.3
1+ ARG TERRAFORM_VERSION=1.8.2
22ARG AZURECLI_VERSION=2.59.0
33
44FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ This project supports two options for running Terraform scripts:
5757Access to an ** Azure Subscription** and an [ ** Identity** ] ( ./docs/user/TerraformAzureAuthentication.md ) with the * Contributor* role are required.
5858
5959#### Terraform Requirements:
60- - [ Terraform] ( https://www.terraform.io/downloads.html ) - v1.7.3
60+ - [ Terraform] ( https://www.terraform.io/downloads.html ) - v1.8.2
6161- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl ) - v1.28.7
6262- [ jq] ( https://stedolan.github.io/jq/ ) - v1.6
6363- [ Azure CLI] ( https://docs.microsoft.com/en-us/cli/azure ) - (optional - useful as an alternative to the Azure Portal) - v2.59.0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ commandTests:
1717 - name : " terraform version"
1818 command : " terraform"
1919 args : ["--version"]
20- expectedOutput : ["Terraform v1.7.3 "]
20+ expectedOutput : ["Terraform v1.8.2 "]
2121 - name : " python version"
2222 command : " python3"
2323 args : ["--version"]
Original file line number Diff line number Diff line change 33
44terraform {
55
6- required_version = " >= 1.7.3 "
6+ required_version = " >= 1.8.0 "
77
88 required_providers {
99 azurerm = {
You can’t perform that action at this time.
0 commit comments