Skip to content

Commit

Permalink
Fixing version constraint as suggested.
Browse files Browse the repository at this point in the history
  • Loading branch information
michalschott committed Aug 5, 2020
1 parent cf4c3ea commit 08b99aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ terraform {
required_version = ">= 0.12.6, < 0.14"

required_providers {
aws = "~> 3.0"
aws = ">= 2.57"
}
}

0 comments on commit 08b99aa

Please sign in to comment.