Skip to content

Commit

Permalink
Merge pull request #64 from ministryofjustice/update
Browse files Browse the repository at this point in the history
Upgrade terraform version to >= 1.2.5
  • Loading branch information
poornima-krishnasamy authored Feb 22, 2023
2 parents 9bd216e + 38e16f1 commit 690e374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

terraform {
required_version = ">= 0.14"
required_version = ">= 1.2.5"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ terraform {
source = "hashicorp/aws"
}
}
required_version = ">= 0.13"
required_version = ">= 1.2.5"
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ terraform {
version = ">= 2.0.0"
}
}
required_version = ">= 0.14"
required_version = ">= 1.2.5"
}

0 comments on commit 690e374

Please sign in to comment.