Skip to content

Commit

Permalink
Merge pull request #4 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 Mar 11, 2021
2 parents f223f59 + 0305ca4 commit b862799
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion examples/versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
terraform {
required_version = ">= 0.12"
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
}
7 changes: 6 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
terraform {
required_version = ">= 0.12"
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
}

0 comments on commit b862799

Please sign in to comment.