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.0.0
1+ ARG TERRAFORM_VERSION=1.4.5
22ARG AZURECLI_VERSION=2.48.1
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.0.0
60+ - [ Terraform] ( https://www.terraform.io/downloads.html ) - v1.4.5
6161- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl ) - v1.25
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.48.1
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.0.0 "]
20+ expectedOutput : ["Terraform v1.4.5 "]
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.0.0 "
6+ required_version = " >= 1.4.5 "
77
88 required_providers {
99 azurerm = {
You can’t perform that action at this time.
0 commit comments