Skip to content

Commit

Permalink
feat: (PSKD-900) Test OpenTofu Parity
Browse files Browse the repository at this point in the history
Signed-off-by: Ritika Patil <[email protected]>
  • Loading branch information
riragh committed Nov 22, 2024
1 parent 4a351f6 commit c29818f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9.6
ARG TERRAFORM_VERSION=1.8.6
ARG AZURECLI_VERSION=2.64.0

FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
Expand Down
2 changes: 1 addition & 1 deletion container-structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
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.9.6"
required_version = ">= 1.8.6"

required_providers {
azurerm = {
Expand Down

0 comments on commit c29818f

Please sign in to comment.