Skip to content

Commit

Permalink
Merge pull request #140 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 174422d + 4632fa0 commit b17ca8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.47.0"
version = "~> 5.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.0.0"
version = "~> 3.0"
}
}
}

0 comments on commit b17ca8d

Please sign in to comment.