Skip to content

Commit

Permalink
Bump dependency versions for 0.13 tf
Browse files Browse the repository at this point in the history
  • Loading branch information
adys committed Oct 7, 2020
1 parent c5e23d4 commit 80ad588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 0.12.0"
required_version = ">= 0.12.26, < 0.14.0"

required_providers {
aws = "~> 2.0"
aws = ">= 2.0, < 4.0"
helm = ">= 1.0, < 1.4.0"
local = "~> 1.2"
null = "~> 2.0"
helm = "~> 1.0"
}
}

0 comments on commit 80ad588

Please sign in to comment.