Skip to content

Commit

Permalink
Upgrade terraform and aws provider versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishmohite committed Feb 15, 2021
1 parent c45d147 commit 21269a5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
terraform {
required_version = "~> 0.12"
required_version = ">= 0.13"

required_providers {
aws = "~> 2.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}

0 comments on commit 21269a5

Please sign in to comment.