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

Commit

Permalink
Merge pull request #129 from ministryofjustice/required-providers-530
Browse files Browse the repository at this point in the history
Sets required_providers to ~> 5.30
  • Loading branch information
mikereiddigital committed Jan 16, 2024
2 parents 6b979bc + 2672dc2 commit da1edfc
Showing 1 changed file with 1 addition and 1 deletion.
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.30"
source = "hashicorp/aws"
}
}
Expand Down

0 comments on commit da1edfc

Please sign in to comment.