Skip to content

Commit

Permalink
Merge pull request #21 from ismailyenigul/patch-1
Browse files Browse the repository at this point in the history
remove  < 4.0 requirement
  • Loading branch information
caiovfernandes authored Apr 6, 2022
2 parents 030277e + e332a6b commit 061a85e
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,7 +2,7 @@ terraform {
required_version = ">= 0.13"

required_providers {
aws = ">= 3.13, < 4.0"
aws = ">= 3.13"
helm = ">= 1.0, < 3.0"
kubernetes = ">= 1.10.0, < 3.0.0"
}
Expand Down

0 comments on commit 061a85e

Please sign in to comment.