Skip to content

Commit

Permalink
Merge pull request #11 from DevCycleHQ/master
Browse files Browse the repository at this point in the history
Remove AWS Max Version Limitation
  • Loading branch information
brunodasilvalenga authored Apr 5, 2023
2 parents 1f85697 + 9c1bccb commit 4b56105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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"
}
}
}

0 comments on commit 4b56105

Please sign in to comment.