Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from ministryofjustice/update
Browse files Browse the repository at this point in the history
Upgrade terraform version to >= 1.2.5
  • Loading branch information
jackstockley89 authored Mar 6, 2023
2 parents a9f84d9 + 7bf9352 commit 64ae652
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the [examples/](examples/) folder.

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.2.5 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >=4.24.0 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >=2.6.0 |

Expand Down
2 changes: 1 addition & 1 deletion examples/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ terraform {
version = ">=4.24.0"
}
}
required_version = ">= 0.14"
required_version = ">= 1.2.5"
}
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ terraform {
version = ">=4.24.0"
}
helm = {
source = "hashicorp/helm"
source = "hashicorp/helm"
version = ">=2.6.0"
}
}
required_version = ">= 0.14"
required_version = ">= 1.2.5"
}

0 comments on commit 64ae652

Please sign in to comment.