Skip to content

Commit

Permalink
Merge pull request #14 from ministryofjustice/feature/upgrade-tf-1.0.1
Browse files Browse the repository at this point in the history
Upgrade to TF 1.0.1 and AWS provider 3.47.0
  • Loading branch information
davidkelliott authored Jul 2, 2021
2 parents b14fe64 + 8e46c0e commit 1f6e99a
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
@@ -1,9 +1,9 @@
terraform {
required_version = ">= 0.13"
required_version = ">= 1.0.1"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.20.0"
version = ">= 3.47.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 1f6e99a

Please sign in to comment.