Skip to content

Commit

Permalink
Merge pull request #85 from ministryofjustice/tf-0.13
Browse files Browse the repository at this point in the history
Terraform 0.13 upgrade for repository
  • Loading branch information
jasonBirchall authored Feb 23, 2021
2 parents 60ef97c + 68035b1 commit dbe9080
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

terraform {
required_version = ">= 0.12.17"
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
}
random = {
source = "hashicorp/random"
}
}
}

0 comments on commit dbe9080

Please sign in to comment.