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
2
2
ARG AZURECLI_VERSION=2.59.0
3
3
4
4
FROM 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:
57
57
Access to an ** Azure Subscription** and an [ ** Identity** ] ( ./docs/user/TerraformAzureAuthentication.md ) with the * Contributor* role are required.
58
58
59
59
#### Terraform Requirements:
60
- - [ Terraform] ( https://www.terraform.io/downloads.html ) - v1.7.3
60
+ - [ Terraform] ( https://www.terraform.io/downloads.html ) - v1.8.2
61
61
- [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl ) - v1.28.7
62
62
- [ jq] ( https://stedolan.github.io/jq/ ) - v1.6
63
63
- [ 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:
17
17
- name : " terraform version"
18
18
command : " terraform"
19
19
args : ["--version"]
20
- expectedOutput : ["Terraform v1.7.3 "]
20
+ expectedOutput : ["Terraform v1.8.2 "]
21
21
- name : " python version"
22
22
command : " python3"
23
23
args : ["--version"]
Original file line number Diff line number Diff line change 3
3
4
4
terraform {
5
5
6
- required_version = " >= 1.7.3 "
6
+ required_version = " >= 1.8.0 "
7
7
8
8
required_providers {
9
9
azurerm = {
You can’t perform that action at this time.
0 commit comments