Skip to content

Commit

Permalink
Merge pull request #138 from ministryofjustice/feature/4173-aws-provi…
Browse files Browse the repository at this point in the history
…der-v5

AWS Provider 5.0 upgrade
  • Loading branch information
dms1981 authored Jun 16, 2023
2 parents 03dfb88 + 1b21720 commit 0179859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you're looking to raise an issue with this module, please create a new issue
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.1 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
aws = {
version = "~> 4.0"
version = "~> 5.0"
source = "hashicorp/aws"
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
aws = {
version = "~> 4.0"
version = "~> 5.0"
source = "hashicorp/aws"
}
}
Expand Down

0 comments on commit 0179859

Please sign in to comment.