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

Commit

Permalink
Merge pull request #5 from ministryofjustice/feature/upgrade-tf
Browse files Browse the repository at this point in the history
Update tf to 1.0.1 and AWS provider to 3.47.0
  • Loading branch information
davidkelliott authored Jul 2, 2021
2 parents be93c3a + 6152a00 commit 91552b8
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 @@ -2,8 +2,8 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.20.0"
version = ">= 3.47.0"
}
}
required_version = ">= 0.13"
required_version = ">= 1.0.1"
}

0 comments on commit 91552b8

Please sign in to comment.