Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Dugar committed Jul 8, 2021
1 parent 63a0a72 commit df0b50a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Terraform version
terraform {
required_version = ">= 0.13"
required_version = ">= 0.12.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = "3.10.0"
version = ">= 3.1.15"
}
}
}

0 comments on commit df0b50a

Please sign in to comment.