Skip to content

Commit f5a1ae9

Browse files
authored
feat!: (IAC-968) Update Terraform version to latest - 1.4.5 (#308)
1 parent 872f371 commit f5a1ae9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG TERRAFORM_VERSION=1.0.0
1+
ARG TERRAFORM_VERSION=1.4.5
22
ARG AZURECLI_VERSION=2.48.1
33

44
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This project supports two options for running Terraform scripts:
5757
Access 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

container-structure-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
terraform {
55

6-
required_version = ">= 1.0.0"
6+
required_version = ">= 1.4.5"
77

88
required_providers {
99
azurerm = {

0 commit comments

Comments
 (0)