Skip to content

Commit

Permalink
feat: (IAC-1436) Updated terraform version to fix security vulnerabil…
Browse files Browse the repository at this point in the history
…ity (#382)
  • Loading branch information
riragh authored May 3, 2024
1 parent 7ce32d8 commit bbda930
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG TERRAFORM_VERSION=1.7.3
ARG TERRAFORM_VERSION=1.8.2
ARG AZURECLI_VERSION=2.59.0

FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This project supports two options for running Terraform scripts:
Access to an **Azure Subscription** and an [**Identity**](./docs/user/TerraformAzureAuthentication.md) with the *Contributor* role are required.

#### Terraform Requirements:
- [Terraform](https://www.terraform.io/downloads.html) - v1.7.3
- [Terraform](https://www.terraform.io/downloads.html) - v1.8.2
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) - v1.28.7
- [jq](https://stedolan.github.io/jq/) - v1.6
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure) - (optional - useful as an alternative to the Azure Portal) - v2.59.0
Expand Down
2 changes: 1 addition & 1 deletion container-structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commandTests:
- name: "terraform version"
command: "terraform"
args: ["--version"]
expectedOutput: ["Terraform v1.7.3"]
expectedOutput: ["Terraform v1.8.2"]
- name: "python version"
command: "python3"
args: ["--version"]
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

terraform {

required_version = ">= 1.7.3"
required_version = ">= 1.8.0"

required_providers {
azurerm = {
Expand Down

0 comments on commit bbda930

Please sign in to comment.