Skip to content

Commit

Permalink
Merge pull request #169 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 3b913fd + 55eac74 commit 2390874
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.terraform.lock.hcl
*.tfstate
.DS_Store
.idea
8 changes: 6 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
terraform {
required_version = ">= 1.0"
required_version = "~> 1.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.0"
version = "~> 5.0"
}
time = {
source = "hashicorp/time"
version = "~> 0.9"
}
}
}

0 comments on commit 2390874

Please sign in to comment.