From c29818fa3392819210490991445f6ca19247155d Mon Sep 17 00:00:00 2001 From: Ritika Patil Date: Fri, 22 Nov 2024 12:40:40 -0600 Subject: [PATCH] feat: (PSKD-900) Test OpenTofu Parity Signed-off-by: Ritika Patil --- Dockerfile | 2 +- container-structure-test.yaml | 2 +- versions.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f206fd44..268a5678 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TERRAFORM_VERSION=1.9.6 +ARG TERRAFORM_VERSION=1.8.6 ARG AZURECLI_VERSION=2.64.0 FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform diff --git a/container-structure-test.yaml b/container-structure-test.yaml index 2e704817..12039345 100644 --- a/container-structure-test.yaml +++ b/container-structure-test.yaml @@ -21,7 +21,7 @@ commandTests: - name: "terraform version" command: "terraform" args: ["--version"] - expectedOutput: ["Terraform v1.9.6"] + expectedOutput: ["Terraform v1.8.6"] - name: "python version" command: "python3" args: ["--version"] diff --git a/versions.tf b/versions.tf index 95c6f395..abaa3da4 100644 --- a/versions.tf +++ b/versions.tf @@ -3,7 +3,7 @@ terraform { - required_version = ">= 1.9.6" + required_version = ">= 1.8.6" required_providers { azurerm = {